Html Css Color HEX #4B7011 Green Leaf

📋 copy color: '#4B7011'

red 75 ◦ green 112 ◦ blue 17

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

Shades of Green Leaf #4B7011

Tints of Green Leaf #4B7011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.33%

R = 36.76%
G = 54.9%
B = 8.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#4B7011 (or 0x4B7011) is known color: Green Leaf. HEX triplet: 4B, 70 and 11. RGB value is (75,112,17). Sum of RGB (Red+Green+Blue) = 75+112+17=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7011 is #B48FEE. Grayscale: #5A5A5A. Windows color (decimal): -11833327 or 1142859. OLE color: 1142859.

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

Color convert

RGB 75 112 17 -
CMYK 0.33 0 0.85 0.56
HSL 83.37º 0.74% 0.25% -
HSV(B) 83.37º 0.85% 0.44% -
XYZ 8.8 13.12 2.6 -
YUV 90.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 75 112 17 0.33 0 0.85 0.56 83.37 0.74 0.25
Hex 4B 70 11 21 0 55 38 53 4A 19
Octal 113 160 21 41 0 125 70 123 112 31
Binary 1001011 1110000 10001 100001 0 1010101 111000 1010011 1001010 11001

Color Harmonies of #4B7011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7011

Black with #4B7011

Text Example


Text Example

White with #4B7011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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