Html Css Color HEX #4B7010 Green Leaf

📋 copy color: '#4B7010'

red 75 ◦ green 112 ◦ blue 16

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

Shades of Green Leaf #4B7010

Tints of Green Leaf #4B7010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 36.95%
G = 55.17%
B = 7.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#4B7010 (or 0x4B7010) is known color: Green Leaf. HEX triplet: 4B, 70 and 10. RGB value is (75,112,16). Sum of RGB (Red+Green+Blue) = 75+112+16=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7010 is #B48FEF. Grayscale: #5A5A5A. Windows color (decimal): -11833328 or 1077323. OLE color: 1077323.

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

Color convert

RGB 75 112 16 -
CMYK 0.33 0 0.86 0.56
HSL 83.13º 0.75% 0.25% -
HSV(B) 83.13º 0.86% 0.44% -
XYZ 8.79 13.12 2.56 -
YUV 89.99 86.24 117.31 -
System Red Green Blue C M Y K H S L
Decimal 75 112 16 0.33 0 0.86 0.56 83.13 0.75 0.25
Hex 4B 70 10 21 0 56 38 53 4B 19
Octal 113 160 20 41 0 126 70 123 113 31
Binary 1001011 1110000 10000 100001 0 1010110 111000 1010011 1001011 11001

Color Harmonies of #4B7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7010

Black with #4B7010

Text Example


Text Example

White with #4B7010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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