#3BB058

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

Shades of Chateau Green #3BB058

Tints of Chateau Green #3BB058

Color information

#3BB058 (or 0x3BB058) is unknown color: approx Chateau Green. HEX triplet: 3B, B0 and 58. RGB value is (59,176,88). Sum of RGB (Red+Green+Blue) = 59+176+88=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 176 (69.14% from 255 or 54.49% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BB058 is #C44FA7. Grayscale: #838383. Windows color (decimal): -12865448 or 5812283. OLE color: 5812283.

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

Color convert

RGB5917688-
CMYK0.6600.500.31
HSL134.87º49.79%46.08%-
HSV(B)134.87º66.48%69.02%-
XYZ19.0932.6914.54-
YUV130.99103.7476.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.27%
GREEN value IS 176 (69.14% from 255) = 54.49%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=18.27%
G=54.49%
B=27.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59176880.6600.500.31134.8749.7946.08
Hex3BB058420321F87322e
Octal73260130102062372076256
Binary111011101100001011000100001001100101111110000111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,176,88); }

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

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

 a { background-color: rgb(59,176,88); }

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

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

 span { border-color: rgb(59,176,88); }

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