Html Css Color HEX #4D750C Green Leaf

📋 copy color: '#4D750C'

red 77 ◦ green 117 ◦ blue 12

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

Shades of Green Leaf #4D750C

Tints of Green Leaf #4D750C

RGB

 RED value IS 77 (30.47% from 255) = 37.38%

 GREEN value IS 117 (46.09% from 255) = 56.8%

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 37.38%
G = 56.8%
B = 5.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#4D750C (or 0x4D750C) is known color: Green Leaf. HEX triplet: 4D, 75 and 0C. RGB value is (77,117,12). Sum of RGB (Red+Green+Blue) = 77+117+12=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #4D750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D750C is #B28AF3. Grayscale: #5D5D5D. Windows color (decimal): -11700980 or 816461. OLE color: 816461.

HSL color Cylindrical-coordinate representation of color #4D750C: hue angle of 82.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D750C is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 117 12 -
CMYK 0.34 0 0.90 0.54
HSL 82.86º 0.81% 0.25% -
HSV(B) 82.86º 0.9% 0.46% -
XYZ 9.49 14.33 2.61 -
YUV 93.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 77 117 12 0.34 0 0.90 0.54 82.86 0.81 0.25
Hex 4D 75 C 22 0 5A 36 53 51 19
Octal 115 165 14 42 0 132 66 123 121 31
Binary 1001101 1110101 1100 100010 0 1011010 110110 1010011 1010001 11001

Color Harmonies of #4D750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D750C

Black with #4D750C

Text Example


Text Example

White with #4D750C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D750C;
 }
 .AnyTagClassName
 {
   color: #4D750C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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