#3C8D50

Color #3C8D50 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #3C8D50

Tints of Chateau Green #3C8D50

Color information

#3C8D50 (or 0x3C8D50) is unknown color: approx Chateau Green. HEX triplet: 3C, 8D and 50. RGB value is (60,141,80). Sum of RGB (Red+Green+Blue) = 60+141+80=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D50 is #C372AF. Grayscale: #6D6D6D. Windows color (decimal): -12808880 or 5279036. OLE color: 5279036.

HSL color Cylindrical-coordinate representation of color #3C8D50: hue angle of 134.81º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8D50 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB6014180-
CMYK0.5700.430.45
HSL134.81º40.3%39.41%-
HSV(B)134.81º57.45%55.29%-
XYZ12.8420.5910.89-
YUV109.83111.1692.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 21.35%
GREEN value IS 141 (55.47% from 255) = 50.18%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=21.35%
G=50.18%
B=28.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60141800.5700.430.45134.8140.339.41
Hex3C8D503902B2D872827
Octal7421512071053552075047
Binary111100100011011010000111001010101110110110000111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C8D50; }

 p { color: rgb(60,141,80); }

 H1.HeaderClassName
 {
   color: #3C8D50;
 }
 .AnyTagClassName
 {
   color: #3C8D50;
 }
</style>
background-color css

<style>
 a { background-color: #3C8D50; }

 a { background-color: rgb(60,141,80); }

 div.DivClassName
 {
   background-color: #3C8D50;
 }
 .BgClassName
 {
   background-color: #3C8D50;
 }
</style>
border-color css

<style>
 span { border-color: #3C8D50; }

 span { border-color: rgb(60,141,80); }

 td.TdClassName
 {
   border-color: #3C8D50;
 }
 .TagClassName
 {
   border-color: #3C8D50;
 }
</style>