Html Css Color HEX #3C8E50 Chateau Green

📋 copy color: '#3C8E50'

red 60 ◦ green 142 ◦ blue 80

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

Shades of Chateau Green #3C8E50

Tints of Chateau Green #3C8E50

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.35%

 BLUE value IS 80 (31.64% from 255) = 28.37%

R = 21.28%
G = 50.35%
B = 28.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#3C8E50 (or 0x3C8E50) is known color: Chateau Green. HEX triplet: 3C, 8E and 50. RGB value is (60,142,80). Sum of RGB (Red+Green+Blue) = 60+142+80=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E50 is #C371AF. Grayscale: #6E6E6E. Windows color (decimal): -12808624 or 5279292. OLE color: 5279292.

HSL color Cylindrical-coordinate representation of color #3C8E50: hue angle of 134.63º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8E50 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 142 80 -
CMYK 0.58 0 0.44 0.44
HSL 134.63º 0.41% 0.4% -
HSV(B) 134.63º 0.58% 0.56% -
XYZ 12.98 20.89 10.94 -
YUV 110.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 60 142 80 0.58 0 0.44 0.44 134.63 0.41 0.4
Hex 3C 8E 50 3A 0 2C 2C 87 29 28
Octal 74 216 120 72 0 54 54 207 51 50
Binary 111100 10001110 1010000 111010 0 101100 101100 10000111 101001 101000

Color Harmonies of #3C8E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8E50

Black with #3C8E50

Text Example


Text Example

White with #3C8E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,142,80); }

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

background-color css

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

 a { background-color: rgb(60,142,80); }

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

border-color css

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

 span { border-color: rgb(60,142,80); }

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