#4A6618

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

Shades of Green Leaf #4A6618

Tints of Green Leaf #4A6618

Color information

#4A6618 (or 0x4A6618) is unknown color: approx Green Leaf. HEX triplet: 4A, 66 and 18. RGB value is (74,102,24). Sum of RGB (Red+Green+Blue) = 74+102+24=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6618 is #B599E7. Grayscale: #555555. Windows color (decimal): -11901416 or 1599050. OLE color: 1599050.

HSL color Cylindrical-coordinate representation of color #4A6618: hue angle of 81.54º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A6618 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB7410224-
CMYK0.2700.760.6
HSL81.54º61.9%24.71%-
HSV(B)81.54º76.47%40%-
XYZ7.7411.022.58-
YUV84.7493.72120.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37%
GREEN value IS 102 (40.23% from 255) = 51%
BLUE value IS 24 (9.77% from 255) = 12%
R=37%
G=51%
B=12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74102240.2700.760.681.5461.924.71
Hex4A66181B04C3C523e19
Octal11214630330114741227631
Binary10010101100110110001101101001100111100101001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,102,24); }

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

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

 a { background-color: rgb(74,102,24); }

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

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

 span { border-color: rgb(74,102,24); }

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