#3BA24C

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

Shades of Chateau Green #3BA24C

Tints of Chateau Green #3BA24C

Color information

#3BA24C (or 0x3BA24C) is unknown color: approx Chateau Green. HEX triplet: 3B, A2 and 4C. RGB value is (59,162,76). Sum of RGB (Red+Green+Blue) = 59+162+76=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA24C is #C45DB3. Grayscale: #797979. Windows color (decimal): -12869044 or 5022267. OLE color: 5022267.

HSL color Cylindrical-coordinate representation of color #3BA24C: hue angle of 129.9º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA24C is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB5916276-
CMYK0.6400.530.36
HSL129.9º46.61%43.33%-
HSV(B)129.9º63.58%63.53%-
XYZ16.0327.2911.26-
YUV121.4102.3883.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=19.87%
G=54.55%
B=25.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal59162760.6400.530.36129.946.6143.33
Hex3BA24C4003524822f2b
Octal73242114100065442025753
Binary1110111010001010011001000000011010110010010000010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,162,76); }

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

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

 a { background-color: rgb(59,162,76); }

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

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

 span { border-color: rgb(59,162,76); }

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