#3AA65A

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

Shades of Chateau Green #3AA65A

Tints of Chateau Green #3AA65A

Color information

#3AA65A (or 0x3AA65A) is unknown color: approx Chateau Green. HEX triplet: 3A, A6 and 5A. RGB value is (58,166,90). Sum of RGB (Red+Green+Blue) = 58+166+90=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA65A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA65A is #C559A5. Grayscale: #7D7D7D. Windows color (decimal): -12933542 or 5940794. OLE color: 5940794.

HSL color Cylindrical-coordinate representation of color #3AA65A: hue angle of 137.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA65A is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB5816690-
CMYK0.6500.460.35
HSL137.78º48.21%43.92%-
HSV(B)137.78º65.06%65.1%-
XYZ17.2328.9114.35-
YUV125.04108.2280.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.47%
GREEN value IS 166 (65.23% from 255) = 52.87%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=18.47%
G=52.87%
B=28.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58166900.6500.460.35137.7848.2143.92
Hex3AA65A4102E238a302c
Octal72246132101056432126054
Binary1110101010011010110101000001010111010001110001010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,166,90); }

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

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

 a { background-color: rgb(58,166,90); }

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

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

 span { border-color: rgb(58,166,90); }

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