#3BA15C

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

Shades of Chateau Green #3BA15C

Tints of Chateau Green #3BA15C

Color information

#3BA15C (or 0x3BA15C) is unknown color: approx Chateau Green. HEX triplet: 3B, A1 and 5C. RGB value is (59,161,92). Sum of RGB (Red+Green+Blue) = 59+161+92=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA15C is #C45EA3. Grayscale: #7A7A7A. Windows color (decimal): -12869284 or 6070587. OLE color: 6070587.

HSL color Cylindrical-coordinate representation of color #3BA15C: hue angle of 139.41º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA15C is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB5916192-
CMYK0.6300.430.37
HSL139.41º46.36%43.14%-
HSV(B)139.41º63.35%63.14%-
XYZ16.4827.1914.51-
YUV122.64110.7182.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 161 (63.28% from 255) = 51.60%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=18.91%
G=51.60%
B=29.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal59161920.6300.430.37139.4146.3643.14
Hex3BA15C3F02B258b2e2b
Octal7324113477053452135653
Binary111011101000011011100111111010101110010110001011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,161,92); }

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

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

 a { background-color: rgb(59,161,92); }

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

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

 span { border-color: rgb(59,161,92); }

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