Html Css Color HEX #3CB352 Chateau Green

📋 copy color: '#3CB352'

red 60 ◦ green 179 ◦ blue 82

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

Shades of Chateau Green #3CB352

Tints of Chateau Green #3CB352

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.76%

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

R = 18.69%
G = 55.76%
B = 25.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#3CB352 (or 0x3CB352) is known color: Chateau Green. HEX triplet: 3C, B3 and 52. RGB value is (60,179,82). Sum of RGB (Red+Green+Blue) = 60+179+82=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB352 is #C34CAD. Grayscale: #848484. Windows color (decimal): -12799150 or 5419836. OLE color: 5419836.

HSL color Cylindrical-coordinate representation of color #3CB352: hue angle of 131.09º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB352 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 179 82 -
CMYK 0.66 0 0.54 0.30
HSL 131.09º 0.5% 0.47% -
HSV(B) 131.09º 0.66% 0.7% -
XYZ 19.51 33.81 13.48 -
YUV 132.36 99.58 76.39 -
System Red Green Blue C M Y K H S L
Decimal 60 179 82 0.66 0 0.54 0.30 131.09 0.5 0.47
Hex 3C B3 52 42 0 36 1E 83 32 2F
Octal 74 263 122 102 0 66 36 203 62 57
Binary 111100 10110011 1010010 1000010 0 110110 11110 10000011 110010 101111

Color Harmonies of #3CB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB352

Black with #3CB352

Text Example


Text Example

White with #3CB352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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