#3CB056

Color #3CB056 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #3CB056

Tints of Chateau Green #3CB056

Color information

#3CB056 (or 0x3CB056) is unknown color: approx Chateau Green. HEX triplet: 3C, B0 and 56. RGB value is (60,176,86). Sum of RGB (Red+Green+Blue) = 60+176+86=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB056 is #C34FA9. Grayscale: #838383. Windows color (decimal): -12799914 or 5681212. OLE color: 5681212.

HSL color Cylindrical-coordinate representation of color #3CB056: hue angle of 133.45º 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 #3CB056 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB6017686-
CMYK0.6600.510.31
HSL133.45º49.15%46.27%-
HSV(B)133.45º65.91%69.02%-
XYZ19.0732.6814.11-
YUV131.06102.5777.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.63%
GREEN value IS 176 (69.14% from 255) = 54.66%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=18.63%
G=54.66%
B=26.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60176860.6600.510.31133.4549.1546.27
Hex3CB056420331F85312e
Octal74260126102063372056156
Binary111100101100001010110100001001100111111110000101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CB056;
 }
 .AnyTagClassName
 {
   color: #3CB056;
 }
</style>
background-color css

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

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

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

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

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

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