#4AB65F

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

Shades of Chateau Green #4AB65F

Tints of Chateau Green #4AB65F

Color information

#4AB65F (or 0x4AB65F) is unknown color: approx Chateau Green. HEX triplet: 4A, B6 and 5F. RGB value is (74,182,95). Sum of RGB (Red+Green+Blue) = 74+182+95=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB65F is #B549A0. Grayscale: #8C8C8C. Windows color (decimal): -11880865 or 6272586. OLE color: 6272586.

HSL color Cylindrical-coordinate representation of color #4AB65F: hue angle of 131.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB65F is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB7418295-
CMYK0.5900.480.29
HSL131.67º42.52%50.2%-
HSV(B)131.67º59.34%71.37%-
XYZ21.6235.7416.59-
YUV139.79102.7281.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.08%
GREEN value IS 182 (71.48% from 255) = 51.85%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=21.08%
G=51.85%
B=27.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74182950.5900.480.29131.6742.5250.2
Hex4AB65F3B0301D842b32
Octal11226613773060352045362
Binary100101010110110101111111101101100001110110000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AB65F; }

 p { color: rgb(74,182,95); }

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

<style>
 a { background-color: #4AB65F; }

 a { background-color: rgb(74,182,95); }

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

<style>
 span { border-color: #4AB65F; }

 span { border-color: rgb(74,182,95); }

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