#4A6F27

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

Shades of Green Leaf #4A6F27

Tints of Green Leaf #4A6F27

Color information

#4A6F27 (or 0x4A6F27) is unknown color: approx Green Leaf. HEX triplet: 4A, 6F and 27. RGB value is (74,111,39). Sum of RGB (Red+Green+Blue) = 74+111+39=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6F27 is #B590D8. Grayscale: #5B5B5B. Windows color (decimal): -11899097 or 2584394. OLE color: 2584394.

HSL color Cylindrical-coordinate representation of color #4A6F27: hue angle of 90.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A6F27 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB7411139-
CMYK0.3300.650.56
HSL90.83º48%29.41%-
HSV(B)90.83º64.86%43.53%-
XYZ8.8712.973.96-
YUV91.7398.24115.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=33.04%
G=49.55%
B=17.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74111390.3300.650.5690.834829.41
Hex4A6F2721041385b301d
Octal11215747410101701336035
Binary1001010110111110011110000101000001111000101101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,111,39); }

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

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

 a { background-color: rgb(74,111,39); }

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

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

 span { border-color: rgb(74,111,39); }

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