Html Css Color HEX #3CB552 Chateau Green

📋 copy color: '#3CB552'

red 60 ◦ green 181 ◦ blue 82

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

Shades of Chateau Green #3CB552

Tints of Chateau Green #3CB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.04%

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

R = 18.58%
G = 56.04%
B = 25.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#3CB552 (or 0x3CB552) is known color: Chateau Green. HEX triplet: 3C, B5 and 52. RGB value is (60,181,82). Sum of RGB (Red+Green+Blue) = 60+181+82=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB552 is #C34AAD. Grayscale: #858585. Windows color (decimal): -12798638 or 5420348. OLE color: 5420348.

HSL color Cylindrical-coordinate representation of color #3CB552: hue angle of 130.91º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB552 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 181 82 -
CMYK 0.67 0 0.55 0.29
HSL 130.91º 0.5% 0.47% -
HSV(B) 130.91º 0.67% 0.71% -
XYZ 19.91 34.62 13.62 -
YUV 133.54 98.91 75.55 -
System Red Green Blue C M Y K H S L
Decimal 60 181 82 0.67 0 0.55 0.29 130.91 0.5 0.47
Hex 3C B5 52 43 0 37 1D 83 32 2F
Octal 74 265 122 103 0 67 35 203 62 57
Binary 111100 10110101 1010010 1000011 0 110111 11101 10000011 110010 101111

Color Harmonies of #3CB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB552

Black with #3CB552

Text Example


Text Example

White with #3CB552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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