#3AA361

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

Shades of Chateau Green #3AA361

Tints of Chateau Green #3AA361

Color information

#3AA361 (or 0x3AA361) is unknown color: approx Chateau Green. HEX triplet: 3A, A3 and 61. RGB value is (58,163,97). Sum of RGB (Red+Green+Blue) = 58+163+97=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA361 is #C55C9E. Grayscale: #7C7C7C. Windows color (decimal): -12934303 or 6398778. OLE color: 6398778.

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

Color convert

RGB5816397-
CMYK0.6400.400.36
HSL142.29º47.51%43.33%-
HSV(B)142.29º64.42%63.92%-
XYZ1727.9615.81-
YUV124.08112.7180.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.24%
GREEN value IS 163 (64.06% from 255) = 51.26%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=18.24%
G=51.26%
B=30.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58163970.6400.400.36142.2947.5143.33
Hex3AA36140028248e302b
Octal72243141100050442166053
Binary1110101010001111000011000000010100010010010001110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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