#4A7A1A

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

Shades of Green Leaf #4A7A1A

Tints of Green Leaf #4A7A1A

Color information

#4A7A1A (or 0x4A7A1A) is unknown color: approx Green Leaf. HEX triplet: 4A, 7A and 1A. RGB value is (74,122,26). Sum of RGB (Red+Green+Blue) = 74+122+26=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7A1A is #B585E5. Grayscale: #616161. Windows color (decimal): -11896294 or 1735242. OLE color: 1735242.

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

Color convert

RGB7412226-
CMYK0.3900.790.52
HSL90º64.86%29.02%-
HSV(B)90º78.69%47.84%-
XYZ9.9715.453.43-
YUV96.788.1111.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 54.95%
BLUE value IS 26 (10.55% from 255) = 11.71%
R=33.33%
G=54.95%
B=11.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74122260.3900.790.529064.8629.02
Hex4A7A1A2704F345a411d
Octal112172324701176413210135
Binary1001010111101011010100111010011111101001011010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,122,26); }

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

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

 a { background-color: rgb(74,122,26); }

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

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

 span { border-color: rgb(74,122,26); }

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