#4A7B14

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

Shades of Green Leaf #4A7B14

Tints of Green Leaf #4A7B14

Color information

#4A7B14 (or 0x4A7B14) is unknown color: approx Green Leaf. HEX triplet: 4A, 7B and 14. RGB value is (74,123,20). Sum of RGB (Red+Green+Blue) = 74+123+20=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #4A7B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7B14 is #B584EB. Grayscale: #606060. Windows color (decimal): -11896044 or 1342282. OLE color: 1342282.

HSL color Cylindrical-coordinate representation of color #4A7B14: hue angle of 88.54º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A7B14 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB7412320-
CMYK0.4000.840.52
HSL88.54º72.03%28.04%-
HSV(B)88.54º83.74%48.24%-
XYZ10.0315.673.16-
YUV96.6184.77111.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.10%
GREEN value IS 123 (48.44% from 255) = 56.68%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=34.10%
G=56.68%
B=9.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74123200.4000.840.5288.5472.0328.04
Hex4A7B14280543459481c
Octal112173245001246413111034
Binary1001010111101110100101000010101001101001011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,123,20); }

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

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

 a { background-color: rgb(74,123,20); }

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

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

 span { border-color: rgb(74,123,20); }

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