Html Css Color HEX #3CAF52 Chateau Green

📋 copy color: '#3CAF52'

red 60 ◦ green 175 ◦ blue 82

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

Shades of Chateau Green #3CAF52

Tints of Chateau Green #3CAF52

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.21%

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

R = 18.93%
G = 55.21%
B = 25.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#3CAF52 (or 0x3CAF52) is known color: Chateau Green. HEX triplet: 3C, AF and 52. RGB value is (60,175,82). Sum of RGB (Red+Green+Blue) = 60+175+82=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAF52 is #C350AD. Grayscale: #828282. Windows color (decimal): -12800174 or 5418812. OLE color: 5418812.

HSL color Cylindrical-coordinate representation of color #3CAF52: hue angle of 131.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF52 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 175 82 -
CMYK 0.66 0 0.53 0.31
HSL 131.48º 0.49% 0.46% -
HSV(B) 131.48º 0.66% 0.69% -
XYZ 18.72 32.23 13.22 -
YUV 130.01 100.9 78.06 -
System Red Green Blue C M Y K H S L
Decimal 60 175 82 0.66 0 0.53 0.31 131.48 0.49 0.46
Hex 3C AF 52 42 0 35 1F 83 31 2E
Octal 74 257 122 102 0 65 37 203 61 56
Binary 111100 10101111 1010010 1000010 0 110101 11111 10000011 110001 101110

Color Harmonies of #3CAF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAF52

Black with #3CAF52

Text Example


Text Example

White with #3CAF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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