Html Css Color HEX #4B721F Green Leaf

📋 copy color: '#4B721F'

red 75 ◦ green 114 ◦ blue 31

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

Shades of Green Leaf #4B721F

Tints of Green Leaf #4B721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 34.09%
G = 51.82%
B = 14.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#4B721F (or 0x4B721F) is known color: Green Leaf. HEX triplet: 4B, 72 and 1F. RGB value is (75,114,31). Sum of RGB (Red+Green+Blue) = 75+114+31=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #4B721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B721F is #B48DE0. Grayscale: #5D5D5D. Windows color (decimal): -11832801 or 2060875. OLE color: 2060875.

HSL color Cylindrical-coordinate representation of color #4B721F: hue angle of 88.19º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B721F is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 114 31 -
CMYK 0.34 0 0.73 0.55
HSL 88.19º 0.57% 0.28% -
HSV(B) 88.19º 0.73% 0.45% -
XYZ 9.17 13.63 3.44 -
YUV 92.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 75 114 31 0.34 0 0.73 0.55 88.19 0.57 0.28
Hex 4B 72 1F 22 0 49 37 58 39 1C
Octal 113 162 37 42 0 111 67 130 71 34
Binary 1001011 1110010 11111 100010 0 1001001 110111 1011000 111001 11100

Color Harmonies of #4B721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B721F

Black with #4B721F

Text Example


Text Example

White with #4B721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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