#3CB05B

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

Shades of Chateau Green #3CB05B

Tints of Chateau Green #3CB05B

Color information

#3CB05B (or 0x3CB05B) is unknown color: approx Chateau Green. HEX triplet: 3C, B0 and 5B. RGB value is (60,176,91). Sum of RGB (Red+Green+Blue) = 60+176+91=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB05B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB05B is #C34FA4. Grayscale: #838383. Windows color (decimal): -12799909 or 6008892. OLE color: 6008892.

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

Color convert

RGB6017691-
CMYK0.6600.480.31
HSL136.03º49.15%46.27%-
HSV(B)136.03º65.91%69.02%-
XYZ19.2832.7715.21-
YUV131.63105.0776.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.35%
GREEN value IS 176 (69.14% from 255) = 53.82%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=18.35%
G=53.82%
B=27.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60176910.6600.480.31136.0349.1546.27
Hex3CB05B420301F88312e
Octal74260133102060372106156
Binary111100101100001011011100001001100001111110001000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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