Html Css Color HEX #3C9655 Chateau Green

📋 copy color: '#3C9655'

red 60 ◦ green 150 ◦ blue 85

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

Shades of Chateau Green #3C9655

Tints of Chateau Green #3C9655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.85%

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

R = 20.34%
G = 50.85%
B = 28.81%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#3C9655 (or 0x3C9655) is known color: Chateau Green. HEX triplet: 3C, 96 and 55. RGB value is (60,150,85). Sum of RGB (Red+Green+Blue) = 60+150+85=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #3C9655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9655 is #C369AA. Grayscale: #737373. Windows color (decimal): -12806571 or 5609020. OLE color: 5609020.

HSL color Cylindrical-coordinate representation of color #3C9655: hue angle of 136.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9655 is Cyan = 0.6, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 150 85 -
CMYK 0.6 0 0.43 0.41
HSL 136.67º 0.43% 0.41% -
HSV(B) 136.67º 0.6% 0.59% -
XYZ 14.41 23.43 12.36 -
YUV 115.68 110.68 88.29 -
System Red Green Blue C M Y K H S L
Decimal 60 150 85 0.6 0 0.43 0.41 136.67 0.43 0.41
Hex 3C 96 55 3C 0 2B 29 89 2B 29
Octal 74 226 125 74 0 53 51 211 53 51
Binary 111100 10010110 1010101 111100 0 101011 101001 10001001 101011 101001

Color Harmonies of #3C9655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9655

Black with #3C9655

Text Example


Text Example

White with #3C9655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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