Html Css Color HEX #4B700D Green Leaf

📋 copy color: '#4B700D'

red 75 ◦ green 112 ◦ blue 13

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

Shades of Green Leaf #4B700D

Tints of Green Leaf #4B700D

RGB

 RED value IS 75 (29.69% from 255) = 37.5%

 GREEN value IS 112 (44.14% from 255) = 56%

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

R = 37.5%
G = 56%
B = 6.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#4B700D (or 0x4B700D) is known color: Green Leaf. HEX triplet: 4B, 70 and 0D. RGB value is (75,112,13). Sum of RGB (Red+Green+Blue) = 75+112+13=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #4B700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B700D is #B48FF2. Grayscale: #5A5A5A. Windows color (decimal): -11833331 or 880715. OLE color: 880715.

HSL color Cylindrical-coordinate representation of color #4B700D: hue angle of 82.42º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B700D is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 112 13 -
CMYK 0.33 0 0.88 0.56
HSL 82.42º 0.79% 0.25% -
HSV(B) 82.42º 0.88% 0.44% -
XYZ 8.77 13.11 2.45 -
YUV 89.65 84.74 117.55 -
System Red Green Blue C M Y K H S L
Decimal 75 112 13 0.33 0 0.88 0.56 82.42 0.79 0.25
Hex 4B 70 D 21 0 58 38 52 4F 19
Octal 113 160 15 41 0 130 70 122 117 31
Binary 1001011 1110000 1101 100001 0 1011000 111000 1010010 1001111 11001

Color Harmonies of #4B700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B700D

Black with #4B700D

Text Example


Text Example

White with #4B700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,112,13); }

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

background-color css

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

 a { background-color: rgb(75,112,13); }

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

border-color css

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

 span { border-color: rgb(75,112,13); }

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