Html Css Color HEX #3C9052 Chateau Green

📋 copy color: '#3C9052'

red 60 ◦ green 144 ◦ blue 82

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

Shades of Chateau Green #3C9052

Tints of Chateau Green #3C9052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.35%

 BLUE value IS 82 (32.42% from 255) = 28.67%

R = 20.98%
G = 50.35%
B = 28.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#3C9052 (or 0x3C9052) is known color: Chateau Green. HEX triplet: 3C, 90 and 52. RGB value is (60,144,82). Sum of RGB (Red+Green+Blue) = 60+144+82=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #3C9052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9052 is #C36FAD. Grayscale: #6F6F6F. Windows color (decimal): -12808110 or 5410876. OLE color: 5410876.

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

Color convert

RGB 60 144 82 -
CMYK 0.58 0 0.43 0.44
HSL 135.71º 0.41% 0.4% -
HSV(B) 135.71º 0.58% 0.56% -
XYZ 13.36 21.52 11.43 -
YUV 111.82 111.17 91.04 -
System Red Green Blue C M Y K H S L
Decimal 60 144 82 0.58 0 0.43 0.44 135.71 0.41 0.4
Hex 3C 90 52 3A 0 2B 2C 88 29 28
Octal 74 220 122 72 0 53 54 210 51 50
Binary 111100 10010000 1010010 111010 0 101011 101100 10001000 101001 101000

Color Harmonies of #3C9052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9052

Black with #3C9052

Text Example


Text Example

White with #3C9052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,144,82); }

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

background-color css

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

 a { background-color: rgb(60,144,82); }

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

border-color css

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

 span { border-color: rgb(60,144,82); }

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