Html Css Color HEX #3C8D50 Chateau Green

📋 copy color: '#3C8D50'

red 60 ◦ green 141 ◦ blue 80

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

Shades of Chateau Green #3C8D50

Tints of Chateau Green #3C8D50

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.18%

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

R = 21.35%
G = 50.18%
B = 28.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#3C8D50 (or 0x3C8D50) is known color: Chateau Green. HEX triplet: 3C, 8D and 50. RGB value is (60,141,80). Sum of RGB (Red+Green+Blue) = 60+141+80=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D50 is #C372AF. Grayscale: #6D6D6D. Windows color (decimal): -12808880 or 5279036. OLE color: 5279036.

HSL color Cylindrical-coordinate representation of color #3C8D50: hue angle of 134.81º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8D50 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 141 80 -
CMYK 0.57 0 0.43 0.45
HSL 134.81º 0.4% 0.39% -
HSV(B) 134.81º 0.57% 0.55% -
XYZ 12.84 20.59 10.89 -
YUV 109.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 60 141 80 0.57 0 0.43 0.45 134.81 0.4 0.39
Hex 3C 8D 50 39 0 2B 2D 87 28 27
Octal 74 215 120 71 0 53 55 207 50 47
Binary 111100 10001101 1010000 111001 0 101011 101101 10000111 101000 100111

Color Harmonies of #3C8D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8D50

Black with #3C8D50

Text Example


Text Example

White with #3C8D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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