Html Css Color HEX #3C9058 Chateau Green

📋 copy color: '#3C9058'

red 60 ◦ green 144 ◦ blue 88

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

Shades of Chateau Green #3C9058

Tints of Chateau Green #3C9058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

 BLUE value IS 88 (34.77% from 255) = 30.14%

R = 20.55%
G = 49.32%
B = 30.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#3C9058 (or 0x3C9058) is known color: Chateau Green. HEX triplet: 3C, 90 and 58. RGB value is (60,144,88). Sum of RGB (Red+Green+Blue) = 60+144+88=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #3C9058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9058 is #C36FA7. Grayscale: #707070. Windows color (decimal): -12808104 or 5804092. OLE color: 5804092.

HSL color Cylindrical-coordinate representation of color #3C9058: hue angle of 140º 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 #3C9058 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 144 88 -
CMYK 0.58 0 0.39 0.44
HSL 140º 0.41% 0.4% -
HSV(B) 140º 0.58% 0.56% -
XYZ 13.6 21.61 12.69 -
YUV 112.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 60 144 88 0.58 0 0.39 0.44 140 0.41 0.4
Hex 3C 90 58 3A 0 27 2C 8C 29 28
Octal 74 220 130 72 0 47 54 214 51 50
Binary 111100 10010000 1011000 111010 0 100111 101100 10001100 101001 101000

Color Harmonies of #3C9058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9058

Black with #3C9058

Text Example


Text Example

White with #3C9058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,144,88); }

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

background-color css

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

 a { background-color: rgb(60,144,88); }

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

border-color css

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

 span { border-color: rgb(60,144,88); }

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