Html Css Color HEX #4B710F Green Leaf

📋 copy color: '#4B710F'

red 75 ◦ green 113 ◦ blue 15

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

Shades of Green Leaf #4B710F

Tints of Green Leaf #4B710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.39%

R = 36.95%
G = 55.67%
B = 7.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#4B710F (or 0x4B710F) is known color: Green Leaf. HEX triplet: 4B, 71 and 0F. RGB value is (75,113,15). Sum of RGB (Red+Green+Blue) = 75+113+15=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #4B710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B710F is #B48EF0. Grayscale: #5A5A5A. Windows color (decimal): -11833073 or 1012043. OLE color: 1012043.

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

Color convert

RGB 75 113 15 -
CMYK 0.34 0 0.87 0.56
HSL 83.27º 0.77% 0.25% -
HSV(B) 83.27º 0.87% 0.44% -
XYZ 8.89 13.34 2.56 -
YUV 90.47 85.41 116.97 -
System Red Green Blue C M Y K H S L
Decimal 75 113 15 0.34 0 0.87 0.56 83.27 0.77 0.25
Hex 4B 71 F 22 0 57 38 53 4D 19
Octal 113 161 17 42 0 127 70 123 115 31
Binary 1001011 1110001 1111 100010 0 1010111 111000 1010011 1001101 11001

Color Harmonies of #4B710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B710F

Black with #4B710F

Text Example


Text Example

White with #4B710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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