Html Css Color HEX #4B710B Green Leaf

📋 copy color: '#4B710B'

red 75 ◦ green 113 ◦ blue 11

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

Shades of Green Leaf #4B710B

Tints of Green Leaf #4B710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.78%

 BLUE value IS 11 (4.69% from 255) = 5.53%

R = 37.69%
G = 56.78%
B = 5.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#4B710B (or 0x4B710B) is known color: Green Leaf. HEX triplet: 4B, 71 and 0B. RGB value is (75,113,11). Sum of RGB (Red+Green+Blue) = 75+113+11=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #4B710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B710B is #B48EF4. Grayscale: #5A5A5A. Windows color (decimal): -11833077 or 749899. OLE color: 749899.

HSL color Cylindrical-coordinate representation of color #4B710B: hue angle of 82.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B710B is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 113 11 -
CMYK 0.34 0 0.90 0.56
HSL 82.35º 0.82% 0.24% -
HSV(B) 82.35º 0.9% 0.44% -
XYZ 8.87 13.33 2.42 -
YUV 90.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 75 113 11 0.34 0 0.90 0.56 82.35 0.82 0.24
Hex 4B 71 B 22 0 5A 38 52 52 18
Octal 113 161 13 42 0 132 70 122 122 30
Binary 1001011 1110001 1011 100010 0 1011010 111000 1010010 1010010 11000

Color Harmonies of #4B710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B710B

Black with #4B710B

Text Example


Text Example

White with #4B710B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,113,11); }

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

background-color css

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

 a { background-color: rgb(75,113,11); }

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

border-color css

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

 span { border-color: rgb(75,113,11); }

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