#3AA455

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

Shades of Chateau Green #3AA455

Tints of Chateau Green #3AA455

Color information

#3AA455 (or 0x3AA455) is unknown color: approx Chateau Green. HEX triplet: 3A, A4 and 55. RGB value is (58,164,85). Sum of RGB (Red+Green+Blue) = 58+164+85=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA455 is #C55BAA. Grayscale: #7B7B7B. Windows color (decimal): -12934059 or 5612602. OLE color: 5612602.

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

Color convert

RGB5816485-
CMYK0.6500.480.36
HSL135.28º47.75%43.53%-
HSV(B)135.28º64.63%64.31%-
XYZ16.6628.1113.14-
YUV123.3106.3881.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.89%
GREEN value IS 164 (64.45% from 255) = 53.42%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=18.89%
G=53.42%
B=27.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58164850.6500.480.36135.2847.7543.53
Hex3AA455410302487302c
Octal72244125101060442076054
Binary1110101010010010101011000001011000010010010000111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,164,85); }

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

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

 a { background-color: rgb(58,164,85); }

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

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

 span { border-color: rgb(58,164,85); }

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