#4b701f

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

Shades of Green Leaf #4B701F

Tints of Green Leaf #4B701F

Color information

#4B701F (or 0x4B701F) is unknown color: approx Green Leaf. HEX triplet: 4B, 70 and 1F. RGB value is (75,112,31). Sum of RGB (Red+Green+Blue) = 75+112+31=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #4B701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B701F is #B48FE0. Grayscale: #5B5B5B. Windows color (decimal): -11833313 or 2060363. OLE color: 2060363.

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

Color convert

RGB7511231-
CMYK0.3300.720.56
HSL87.41º56.64%28.04%-
HSV(B)87.41º72.32%43.92%-
XYZ8.9413.183.37-
YUV91.793.74116.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.40%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=34.40%
G=51.38%
B=14.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75112310.3300.720.5687.4156.6428.04
Hex4B701F210483857391c
Octal11316037410110701277134
Binary100101111100001111110000101001000111000101011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b701f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4b701f;
 }
 .AnyTagClassName
 {
   color: #4b701f;
 }
</style>
background-color css

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

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

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

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

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

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