#3AA25C

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

Shades of Chateau Green #3AA25C

Tints of Chateau Green #3AA25C

Color information

#3AA25C (or 0x3AA25C) is unknown color: approx Chateau Green. HEX triplet: 3A, A2 and 5C. RGB value is (58,162,92). Sum of RGB (Red+Green+Blue) = 58+162+92=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA25C is #C55DA3. Grayscale: #7B7B7B. Windows color (decimal): -12934564 or 6070842. OLE color: 6070842.

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

Color convert

RGB5816292-
CMYK0.6400.430.36
HSL139.62º47.27%43.14%-
HSV(B)139.62º64.2%63.53%-
XYZ16.627.5114.56-
YUV122.92110.5481.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.59%
GREEN value IS 162 (63.67% from 255) = 51.92%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=18.59%
G=51.92%
B=29.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58162920.6400.430.36139.6247.2743.14
Hex3AA25C4002B248c2f2b
Octal72242134100053442145753
Binary1110101010001010111001000000010101110010010001100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,162,92); }

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

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

 a { background-color: rgb(58,162,92); }

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

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

 span { border-color: rgb(58,162,92); }

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