Html Css Color HEX #3C9648 Chateau Green

📋 copy color: '#3C9648'

red 60 ◦ green 150 ◦ blue 72

#3C9648
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #3C9648

Tints of Chateau Green #3C9648

RGB

 RED value IS 60 (23.83% from 255) = 21.28%

 GREEN value IS 150 (58.98% from 255) = 53.19%

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 21.28%
G = 53.19%
B = 25.53%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#3C9648 (or 0x3C9648) is known color: Chateau Green. HEX triplet: 3C, 96 and 48. RGB value is (60,150,72). Sum of RGB (Red+Green+Blue) = 60+150+72=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #3C9648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9648 is #C369B7. Grayscale: #727272. Windows color (decimal): -12806584 or 4757052. OLE color: 4757052.

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

Color convert

RGB 60 150 72 -
CMYK 0.6 0 0.52 0.41
HSL 128º 0.43% 0.41% -
HSV(B) 128º 0.6% 0.59% -
XYZ 13.94 23.24 9.88 -
YUV 114.2 104.18 89.34 -
System Red Green Blue C M Y K H S L
Decimal 60 150 72 0.6 0 0.52 0.41 128 0.43 0.41
Hex 3C 96 48 3C 0 34 29 80 2B 29
Octal 74 226 110 74 0 64 51 200 53 51
Binary 111100 10010110 1001000 111100 0 110100 101001 10000000 101011 101001

Color Harmonies of #3C9648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9648

Black with #3C9648

Text Example


Text Example

White with #3C9648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,150,72); }

 H1.HeaderClassName
 {
   color: #3C9648;
 }
 .AnyTagClassName
 {
   color: #3C9648;
 }
</style>

background-color css

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

 a { background-color: rgb(60,150,72); }

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

border-color css

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

 span { border-color: rgb(60,150,72); }

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