#3AA65D

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

Shades of Chateau Green #3AA65D

Tints of Chateau Green #3AA65D

Color information

#3AA65D (or 0x3AA65D) is unknown color: approx Chateau Green. HEX triplet: 3A, A6 and 5D. RGB value is (58,166,93). Sum of RGB (Red+Green+Blue) = 58+166+93=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA65D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA65D is #C559A2. Grayscale: #7D7D7D. Windows color (decimal): -12933539 or 6137402. OLE color: 6137402.

HSL color Cylindrical-coordinate representation of color #3AA65D: hue angle of 139.44º 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 #3AA65D is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB5816693-
CMYK0.6500.440.35
HSL139.44º48.21%43.92%-
HSV(B)139.44º65.06%65.1%-
XYZ17.3628.9615.03-
YUV125.39109.7279.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 166 (65.23% from 255) = 52.37%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=18.30%
G=52.37%
B=29.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58166930.6500.440.35139.4448.2143.92
Hex3AA65D4102C238b302c
Octal72246135101054432136054
Binary1110101010011010111011000001010110010001110001011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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