#3AA35F

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

Shades of Chateau Green #3AA35F

Tints of Chateau Green #3AA35F

Color information

#3AA35F (or 0x3AA35F) is unknown color: approx Chateau Green. HEX triplet: 3A, A3 and 5F. RGB value is (58,163,95). Sum of RGB (Red+Green+Blue) = 58+163+95=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA35F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA35F is #C55CA0. Grayscale: #7C7C7C. Windows color (decimal): -12934305 or 6267706. OLE color: 6267706.

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

Color convert

RGB5816395-
CMYK0.6400.420.36
HSL141.14º47.51%43.33%-
HSV(B)141.14º64.42%63.92%-
XYZ16.9127.9215.32-
YUV123.85111.7181.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 163 (64.06% from 255) = 51.58%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=18.35%
G=51.58%
B=30.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58163950.6400.420.36141.1447.5143.33
Hex3AA35F4002A248d302b
Octal72243137100052442156053
Binary1110101010001110111111000000010101010010010001101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,163,95); }

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

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

 a { background-color: rgb(58,163,95); }

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

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

 span { border-color: rgb(58,163,95); }

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