Html Css Color HEX #4B7014 Green Leaf

📋 copy color: '#4B7014'

red 75 ◦ green 112 ◦ blue 20

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

Shades of Green Leaf #4B7014

Tints of Green Leaf #4B7014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.11%

 BLUE value IS 20 (8.2% from 255) = 9.66%

R = 36.23%
G = 54.11%
B = 9.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#4B7014 (or 0x4B7014) is known color: Green Leaf. HEX triplet: 4B, 70 and 14. RGB value is (75,112,20). Sum of RGB (Red+Green+Blue) = 75+112+20=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7014 is #B48FEB. Grayscale: #5A5A5A. Windows color (decimal): -11833324 or 1339467. OLE color: 1339467.

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

Color convert

RGB 75 112 20 -
CMYK 0.33 0 0.82 0.56
HSL 84.13º 0.7% 0.26% -
HSV(B) 84.13º 0.82% 0.44% -
XYZ 8.82 13.13 2.73 -
YUV 90.45 88.24 116.98 -
System Red Green Blue C M Y K H S L
Decimal 75 112 20 0.33 0 0.82 0.56 84.13 0.7 0.26
Hex 4B 70 14 21 0 52 38 54 46 1A
Octal 113 160 24 41 0 122 70 124 106 32
Binary 1001011 1110000 10100 100001 0 1010010 111000 1010100 1000110 11010

Color Harmonies of #4B7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7014

Black with #4B7014

Text Example


Text Example

White with #4B7014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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