#3BA44F

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

Shades of Chateau Green #3BA44F

Tints of Chateau Green #3BA44F

Color information

#3BA44F (or 0x3BA44F) is unknown color: approx Chateau Green. HEX triplet: 3B, A4 and 4F. RGB value is (59,164,79). Sum of RGB (Red+Green+Blue) = 59+164+79=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA44F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA44F is #C45BB0. Grayscale: #7B7B7B. Windows color (decimal): -12868529 or 5219387. OLE color: 5219387.

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

Color convert

RGB5916479-
CMYK0.6400.520.36
HSL131.43º47.09%43.73%-
HSV(B)131.43º64.02%64.31%-
XYZ16.4928.0511.94-
YUV122.92103.2182.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 164 (64.45% from 255) = 54.30%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=19.54%
G=54.30%
B=26.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal59164790.6400.520.36131.4347.0943.73
Hex3BA44F4003424832f2c
Octal73244117100064442035754
Binary1110111010010010011111000000011010010010010000011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,164,79); }

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

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

 a { background-color: rgb(59,164,79); }

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

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

 span { border-color: rgb(59,164,79); }

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