Html Css Color HEX #3CB555 Chateau Green

📋 copy color: '#3CB555'

red 60 ◦ green 181 ◦ blue 85

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

Shades of Chateau Green #3CB555

Tints of Chateau Green #3CB555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 18.4%
G = 55.52%
B = 26.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#3CB555 (or 0x3CB555) is known color: Chateau Green. HEX triplet: 3C, B5 and 55. RGB value is (60,181,85). Sum of RGB (Red+Green+Blue) = 60+181+85=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 181 (71.09% from 255 or 55.52% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB555 is #C34AAA. Grayscale: #868686. Windows color (decimal): -12798635 or 5616956. OLE color: 5616956.

HSL color Cylindrical-coordinate representation of color #3CB555: hue angle of 132.4º 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 #3CB555 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 181 85 -
CMYK 0.67 0 0.53 0.29
HSL 132.4º 0.5% 0.47% -
HSV(B) 132.4º 0.67% 0.71% -
XYZ 20.03 34.66 14.23 -
YUV 133.88 100.41 75.31 -
System Red Green Blue C M Y K H S L
Decimal 60 181 85 0.67 0 0.53 0.29 132.4 0.5 0.47
Hex 3C B5 55 43 0 35 1D 84 32 2F
Octal 74 265 125 103 0 65 35 204 62 57
Binary 111100 10110101 1010101 1000011 0 110101 11101 10000100 110010 101111

Color Harmonies of #3CB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB555

Black with #3CB555

Text Example


Text Example

White with #3CB555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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