Html Css Color HEX #3CB059 Chateau Green

📋 copy color: '#3CB059'

red 60 ◦ green 176 ◦ blue 89

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

Shades of Chateau Green #3CB059

Tints of Chateau Green #3CB059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 54.15%

 BLUE value IS 89 (35.16% from 255) = 27.38%

R = 18.46%
G = 54.15%
B = 27.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#3CB059 (or 0x3CB059) is known color: Chateau Green. HEX triplet: 3C, B0 and 59. RGB value is (60,176,89). Sum of RGB (Red+Green+Blue) = 60+176+89=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB059 is #C34FA6. Grayscale: #838383. Windows color (decimal): -12799911 or 5877820. OLE color: 5877820.

HSL color Cylindrical-coordinate representation of color #3CB059: hue angle of 135º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB059 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 176 89 -
CMYK 0.66 0 0.49 0.31
HSL 135º 0.49% 0.46% -
HSV(B) 135º 0.66% 0.69% -
XYZ 19.19 32.73 14.76 -
YUV 131.4 104.07 77.07 -
System Red Green Blue C M Y K H S L
Decimal 60 176 89 0.66 0 0.49 0.31 135 0.49 0.46
Hex 3C B0 59 42 0 31 1F 87 31 2E
Octal 74 260 131 102 0 61 37 207 61 56
Binary 111100 10110000 1011001 1000010 0 110001 11111 10000111 110001 101110

Color Harmonies of #3CB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB059

Black with #3CB059

Text Example


Text Example

White with #3CB059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,176,89); }

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

background-color css

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

 a { background-color: rgb(60,176,89); }

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

border-color css

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

 span { border-color: rgb(60,176,89); }

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