#3C914A

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

Shades of Chateau Green #3C914A

Tints of Chateau Green #3C914A

Color information

#3C914A (or 0x3C914A) is unknown color: approx Chateau Green. HEX triplet: 3C, 91 and 4A. RGB value is (60,145,74). Sum of RGB (Red+Green+Blue) = 60+145+74=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #3C914A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C914A is #C36EB5. Grayscale: #6F6F6F. Windows color (decimal): -12807862 or 4886844. OLE color: 4886844.

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

Color convert

RGB6014574-
CMYK0.5900.490.43
HSL129.88º41.46%40.2%-
HSV(B)129.88º58.62%56.86%-
XYZ13.2221.719.97-
YUV111.49106.8491.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.51%
GREEN value IS 145 (57.03% from 255) = 51.97%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=21.51%
G=51.97%
B=26.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60145740.5900.490.43129.8841.4640.2
Hex3C914A3B0312B822928
Octal7422111273061532025150
Binary111100100100011001010111011011000110101110000010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,145,74); }

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

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

 a { background-color: rgb(60,145,74); }

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

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

 span { border-color: rgb(60,145,74); }

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