#4B710B

Color #4B710B Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #4B710B

Tints of Green Leaf #4B710B

Color information

#4B710B (or 0x4B710B) is unknown color: approx 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

RGB7511311-
CMYK0.3400.900.56
HSL82.35º82.26%24.31%-
HSV(B)82.35º90.27%44.31%-
XYZ8.8713.332.42-
YUV90.0183.41117.29-

RGB Variations

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

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 (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75113110.3400.900.5682.3582.2624.31
Hex4B71B2205A38525218
Octal113161134201327012212230
Binary100101111100011011100010010110101110001010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>