#3BAD5E

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

Shades of Chateau Green #3BAD5E

Tints of Chateau Green #3BAD5E

Color information

#3BAD5E (or 0x3BAD5E) is unknown color: approx Chateau Green. HEX triplet: 3B, AD and 5E. RGB value is (59,173,94). Sum of RGB (Red+Green+Blue) = 59+173+94=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAD5E is #C452A1. Grayscale: #828282. Windows color (decimal): -12866210 or 6204731. OLE color: 6204731.

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

Color convert

RGB5917394-
CMYK0.6600.460.32
HSL138.42º49.14%45.49%-
HSV(B)138.42º65.9%67.84%-
XYZ18.7731.6315.7-
YUV129.91107.7377.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 173 (67.97% from 255) = 53.07%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=18.10%
G=53.07%
B=28.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59173940.6600.460.32138.4249.1445.49
Hex3BAD5E4202E208a312d
Octal73255136102056402126155
Binary1110111010110110111101000010010111010000010001010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,173,94); }

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

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

 a { background-color: rgb(59,173,94); }

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

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

 span { border-color: rgb(59,173,94); }

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