Html Css Color HEX #4B7221 Green Leaf

📋 copy color: '#4B7221'

red 75 ◦ green 114 ◦ blue 33

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

Shades of Green Leaf #4B7221

Tints of Green Leaf #4B7221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.35%

 BLUE value IS 33 (13.28% from 255) = 14.86%

R = 33.78%
G = 51.35%
B = 14.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#4B7221 (or 0x4B7221) is known color: Green Leaf. HEX triplet: 4B, 72 and 21. RGB value is (75,114,33). Sum of RGB (Red+Green+Blue) = 75+114+33=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7221 is #B48DDE. Grayscale: #5D5D5D. Windows color (decimal): -11832799 or 2191947. OLE color: 2191947.

HSL color Cylindrical-coordinate representation of color #4B7221: hue angle of 88.89º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B7221 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 114 33 -
CMYK 0.34 0 0.71 0.55
HSL 88.89º 0.55% 0.29% -
HSV(B) 88.89º 0.71% 0.45% -
XYZ 9.19 13.64 3.59 -
YUV 93.11 94.08 115.09 -
System Red Green Blue C M Y K H S L
Decimal 75 114 33 0.34 0 0.71 0.55 88.89 0.55 0.29
Hex 4B 72 21 22 0 47 37 59 37 1D
Octal 113 162 41 42 0 107 67 131 67 35
Binary 1001011 1110010 100001 100010 0 1000111 110111 1011001 110111 11101

Color Harmonies of #4B7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7221

Black with #4B7221

Text Example


Text Example

White with #4B7221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,114,33); }

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

background-color css

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

 a { background-color: rgb(75,114,33); }

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

border-color css

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

 span { border-color: rgb(75,114,33); }

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