Html Css Color HEX #3CAA5C Chateau Green

📋 copy color: '#3CAA5C'

red 60 ◦ green 170 ◦ blue 92

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

Shades of Chateau Green #3CAA5C

Tints of Chateau Green #3CAA5C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.8%

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 18.63%
G = 52.8%
B = 28.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#3CAA5C (or 0x3CAA5C) is known color: Chateau Green. HEX triplet: 3C, AA and 5C. RGB value is (60,170,92). Sum of RGB (Red+Green+Blue) = 60+170+92=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA5C is #C355A3. Grayscale: #808080. Windows color (decimal): -12801444 or 6072892. OLE color: 6072892.

HSL color Cylindrical-coordinate representation of color #3CAA5C: hue angle of 137.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAA5C is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 92 -
CMYK 0.65 0 0.46 0.33
HSL 137.45º 0.48% 0.45% -
HSV(B) 137.45º 0.65% 0.67% -
XYZ 18.17 30.48 15.05 -
YUV 128.22 107.56 79.34 -
System Red Green Blue C M Y K H S L
Decimal 60 170 92 0.65 0 0.46 0.33 137.45 0.48 0.45
Hex 3C AA 5C 41 0 2E 21 89 30 2D
Octal 74 252 134 101 0 56 41 211 60 55
Binary 111100 10101010 1011100 1000001 0 101110 100001 10001001 110000 101101

Color Harmonies of #3CAA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA5C

Black with #3CAA5C

Text Example


Text Example

White with #3CAA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,170,92); }

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

background-color css

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

 a { background-color: rgb(60,170,92); }

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

border-color css

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

 span { border-color: rgb(60,170,92); }

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