#4D7A0C

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

Shades of Green Leaf #4D7A0C

Tints of Green Leaf #4D7A0C

Color information

#4D7A0C (or 0x4D7A0C) is unknown color: approx Green Leaf. HEX triplet: 4D, 7A and 0C. RGB value is (77,122,12). Sum of RGB (Red+Green+Blue) = 77+122+12=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 122 (48.05% from 255 or 57.82% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 122 - color contains mainly: green. Hex color #4D7A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7A0C is #B285F3. Grayscale: #606060. Windows color (decimal): -11699700 or 817741. OLE color: 817741.

HSL color Cylindrical-coordinate representation of color #4D7A0C: hue angle of 84.55º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D7A0C is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB7712212-
CMYK0.3700.900.52
HSL84.55º82.09%26.27%-
HSV(B)84.55º90.16%47.84%-
XYZ10.0915.522.81-
YUV9680.59114.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.49%
GREEN value IS 122 (48.05% from 255) = 57.82%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=36.49%
G=57.82%
B=5.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77122120.3700.900.5284.5582.0926.27
Hex4D7AC2505A3455521a
Octal115172144501326412512232
Binary100110111110101100100101010110101101001010101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,122,12); }

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

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

 a { background-color: rgb(77,122,12); }

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

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

 span { border-color: rgb(77,122,12); }

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