Html Css Color HEX #4B7410 Green Leaf

📋 copy color: '#4B7410'

red 75 ◦ green 116 ◦ blue 16

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

Shades of Green Leaf #4B7410

Tints of Green Leaf #4B7410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.04%

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

R = 36.23%
G = 56.04%
B = 7.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#4B7410 (or 0x4B7410) is known color: Green Leaf. HEX triplet: 4B, 74 and 10. RGB value is (75,116,16). Sum of RGB (Red+Green+Blue) = 75+116+16=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7410 is #B48BEF. Grayscale: #5C5C5C. Windows color (decimal): -11832304 or 1078347. OLE color: 1078347.

HSL color Cylindrical-coordinate representation of color #4B7410: hue angle of 84.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B7410 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 116 16 -
CMYK 0.35 0 0.86 0.55
HSL 84.6º 0.76% 0.26% -
HSV(B) 84.6º 0.86% 0.45% -
XYZ 9.24 14.02 2.71 -
YUV 92.34 84.92 115.63 -
System Red Green Blue C M Y K H S L
Decimal 75 116 16 0.35 0 0.86 0.55 84.6 0.76 0.26
Hex 4B 74 10 23 0 56 37 55 4C 1A
Octal 113 164 20 43 0 126 67 125 114 32
Binary 1001011 1110100 10000 100011 0 1010110 110111 1010101 1001100 11010

Color Harmonies of #4B7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7410

Black with #4B7410

Text Example


Text Example

White with #4B7410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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