#3C8C4C

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

Shades of Chateau Green #3C8C4C

Tints of Chateau Green #3C8C4C

Color information

#3C8C4C (or 0x3C8C4C) is unknown color: approx Chateau Green. HEX triplet: 3C, 8C and 4C. RGB value is (60,140,76). Sum of RGB (Red+Green+Blue) = 60+140+76=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8C4C is #C373B3. Grayscale: #6C6C6C. Windows color (decimal): -12809140 or 5016636. OLE color: 5016636.

HSL color Cylindrical-coordinate representation of color #3C8C4C: hue angle of 132º 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 #3C8C4C is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB6014076-
CMYK0.5700.460.45
HSL132º40%39.22%-
HSV(B)132º57.14%54.9%-
XYZ12.5520.2410.08-
YUV108.78109.593.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 140 (55.08% from 255) = 50.72%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=21.74%
G=50.72%
B=27.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60140760.5700.460.451324039.22
Hex3C8C4C3902E2D842827
Octal7421411471056552045047
Binary111100100011001001100111001010111010110110000100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,140,76); }

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

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

 a { background-color: rgb(60,140,76); }

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

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

 span { border-color: rgb(60,140,76); }

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