Html Css Color HEX #4B7415 Green Leaf

📋 copy color: '#4B7415'

red 75 ◦ green 116 ◦ blue 21

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

Shades of Green Leaf #4B7415

Tints of Green Leaf #4B7415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 35.38%
G = 54.72%
B = 9.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#4B7415 (or 0x4B7415) is known color: Green Leaf. HEX triplet: 4B, 74 and 15. RGB value is (75,116,21). Sum of RGB (Red+Green+Blue) = 75+116+21=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7415 is #B48BEA. Grayscale: #5D5D5D. Windows color (decimal): -11832299 or 1406027. OLE color: 1406027.

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

Color convert

RGB 75 116 21 -
CMYK 0.35 0 0.82 0.55
HSL 85.89º 0.69% 0.27% -
HSV(B) 85.89º 0.82% 0.45% -
XYZ 9.28 14.04 2.93 -
YUV 92.91 87.42 115.22 -
System Red Green Blue C M Y K H S L
Decimal 75 116 21 0.35 0 0.82 0.55 85.89 0.69 0.27
Hex 4B 74 15 23 0 52 37 56 45 1B
Octal 113 164 25 43 0 122 67 126 105 33
Binary 1001011 1110100 10101 100011 0 1010010 110111 1010110 1000101 11011

Color Harmonies of #4B7415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7415

Black with #4B7415

Text Example


Text Example

White with #4B7415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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