Html Css Color HEX #4B7529 Green Leaf

📋 copy color: '#4B7529'

red 75 ◦ green 117 ◦ blue 41

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

Shades of Green Leaf #4B7529

Tints of Green Leaf #4B7529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.21%

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 32.19%
G = 50.21%
B = 17.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#4B7529 (or 0x4B7529) is known color: Green Leaf. HEX triplet: 4B, 75 and 29. RGB value is (75,117,41). Sum of RGB (Red+Green+Blue) = 75+117+41=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7529 is #B48AD6. Grayscale: #606060. Windows color (decimal): -11832023 or 2717003. OLE color: 2717003.

HSL color Cylindrical-coordinate representation of color #4B7529: hue angle of 93.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B7529 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 117 41 -
CMYK 0.36 0 0.65 0.54
HSL 93.16º 0.48% 0.31% -
HSV(B) 93.16º 0.65% 0.46% -
XYZ 9.66 14.38 4.36 -
YUV 95.78 97.09 113.18 -
System Red Green Blue C M Y K H S L
Decimal 75 117 41 0.36 0 0.65 0.54 93.16 0.48 0.31
Hex 4B 75 29 24 0 41 36 5D 30 1F
Octal 113 165 51 44 0 101 66 135 60 37
Binary 1001011 1110101 101001 100100 0 1000001 110110 1011101 110000 11111

Color Harmonies of #4B7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7529

Black with #4B7529

Text Example


Text Example

White with #4B7529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,117,41); }

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

background-color css

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

 a { background-color: rgb(75,117,41); }

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

border-color css

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

 span { border-color: rgb(75,117,41); }

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