#3BA34E

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

Shades of Chateau Green #3BA34E

Tints of Chateau Green #3BA34E

Color information

#3BA34E (or 0x3BA34E) is unknown color: approx Chateau Green. HEX triplet: 3B, A3 and 4E. RGB value is (59,163,78). Sum of RGB (Red+Green+Blue) = 59+163+78=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 163 (64.06% from 255 or 54.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA34E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA34E is #C45CB1. Grayscale: #7A7A7A. Windows color (decimal): -12868786 or 5153595. OLE color: 5153595.

HSL color Cylindrical-coordinate representation of color #3BA34E: hue angle of 130.96º 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 #3BA34E is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB5916378-
CMYK0.6400.520.36
HSL130.96º46.85%43.53%-
HSV(B)130.96º63.8%63.92%-
XYZ16.2827.6711.69-
YUV122.21103.0482.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.67%
GREEN value IS 163 (64.06% from 255) = 54.33%
BLUE value IS 78 (30.86% from 255) = 26%
R=19.67%
G=54.33%
B=26%

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
Decimal59163780.6400.520.36130.9646.8543.53
Hex3BA34E4003424832f2c
Octal73243116100064442035754
Binary1110111010001110011101000000011010010010010000011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,163,78); }

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

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

 a { background-color: rgb(59,163,78); }

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

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

 span { border-color: rgb(59,163,78); }

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