Html Css Color HEX #4D7A0C Green Leaf

📋 copy color: '#4D7A0C'

red 77 ◦ green 122 ◦ blue 12

#4D7A0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #4D7A0C

Tints of Green Leaf #4D7A0C

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 value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#4D7A0C (or 0x4D7A0C) is known color: 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

RGB 77 122 12 -
CMYK 0.37 0 0.90 0.52
HSL 84.55º 0.82% 0.26% -
HSV(B) 84.55º 0.9% 0.48% -
XYZ 10.09 15.52 2.81 -
YUV 96.01 80.59 114.44 -
System Red Green Blue C M Y K H S L
Decimal 77 122 12 0.37 0 0.90 0.52 84.55 0.82 0.26
Hex 4D 7A C 25 0 5A 34 55 52 1A
Octal 115 172 14 45 0 132 64 125 122 32
Binary 1001101 1111010 1100 100101 0 1011010 110100 1010101 1010010 11010

Color Harmonies of #4D7A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7A0C

Black with #4D7A0C

Text Example


Text Example

White with #4D7A0C

Text Example


Text Example

HTML Codes & Css Web 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>