Html Css Color HEX #3C8D52 Chateau Green

📋 copy color: '#3C8D52'

red 60 ◦ green 141 ◦ blue 82

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

Shades of Chateau Green #3C8D52

Tints of Chateau Green #3C8D52

RGB

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

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

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

R = 21.2%
G = 49.82%
B = 28.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#3C8D52 (or 0x3C8D52) is known color: Chateau Green. HEX triplet: 3C, 8D and 52. RGB value is (60,141,82). Sum of RGB (Red+Green+Blue) = 60+141+82=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D52 is #C372AD. Grayscale: #6E6E6E. Windows color (decimal): -12808878 or 5410108. OLE color: 5410108.

HSL color Cylindrical-coordinate representation of color #3C8D52: hue angle of 136.3º 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 #3C8D52 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 141 82 -
CMYK 0.57 0 0.42 0.45
HSL 136.3º 0.4% 0.39% -
HSV(B) 136.3º 0.57% 0.55% -
XYZ 12.91 20.62 11.28 -
YUV 110.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 60 141 82 0.57 0 0.42 0.45 136.3 0.4 0.39
Hex 3C 8D 52 39 0 2A 2D 88 28 27
Octal 74 215 122 71 0 52 55 210 50 47
Binary 111100 10001101 1010010 111001 0 101010 101101 10001000 101000 100111

Color Harmonies of #3C8D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8D52

Black with #3C8D52

Text Example


Text Example

White with #3C8D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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