Html Css Color HEX #4D750D Green Leaf

📋 copy color: '#4D750D'

red 77 ◦ green 117 ◦ blue 13

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

Shades of Green Leaf #4D750D

Tints of Green Leaf #4D750D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 37.2%
G = 56.52%
B = 6.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#4D750D (or 0x4D750D) is known color: Green Leaf. HEX triplet: 4D, 75 and 0D. RGB value is (77,117,13). Sum of RGB (Red+Green+Blue) = 77+117+13=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #4D750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D750D is #B28AF2. Grayscale: #5D5D5D. Windows color (decimal): -11700979 or 881997. OLE color: 881997.

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

Color convert

RGB 77 117 13 -
CMYK 0.34 0 0.89 0.54
HSL 83.08º 0.8% 0.25% -
HSV(B) 83.08º 0.89% 0.46% -
XYZ 9.49 14.33 2.65 -
YUV 93.18 82.75 116.46 -
System Red Green Blue C M Y K H S L
Decimal 77 117 13 0.34 0 0.89 0.54 83.08 0.8 0.25
Hex 4D 75 D 22 0 59 36 53 50 19
Octal 115 165 15 42 0 131 66 123 120 31
Binary 1001101 1110101 1101 100010 0 1011001 110110 1010011 1010000 11001

Color Harmonies of #4D750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D750D

Black with #4D750D

Text Example


Text Example

White with #4D750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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