Html Css Color HEX #4B7E32 La Palma

📋 copy color: '#4B7E32'

red 75 ◦ green 126 ◦ blue 50

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

Shades of La Palma #4B7E32

Tints of La Palma #4B7E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 50.2%

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 29.88%
G = 50.2%
B = 19.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#4B7E32 (or 0x4B7E32) is known color: La Palma. HEX triplet: 4B, 7E and 32. RGB value is (75,126,50). Sum of RGB (Red+Green+Blue) = 75+126+50=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 126 (49.61% from 255 or 50.20% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 126 - color contains mainly: green. Hex color #4B7E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7E32 is #B481CD. Grayscale: #666666. Windows color (decimal): -11829710 or 3309131. OLE color: 3309131.

HSL color Cylindrical-coordinate representation of color #4B7E32: hue angle of 100.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B7E32 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 126 50 -
CMYK 0.40 0 0.60 0.51
HSL 100.26º 0.43% 0.35% -
HSV(B) 100.26º 0.6% 0.49% -
XYZ 10.94 16.65 5.65 -
YUV 102.09 98.6 108.68 -
System Red Green Blue C M Y K H S L
Decimal 75 126 50 0.40 0 0.60 0.51 100.26 0.43 0.35
Hex 4B 7E 32 28 0 3C 33 64 2B 23
Octal 113 176 62 50 0 74 63 144 53 43
Binary 1001011 1111110 110010 101000 0 111100 110011 1100100 101011 100011

Color Harmonies of #4B7E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7E32

Black with #4B7E32

Text Example


Text Example

White with #4B7E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,126,50); }

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

background-color css

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

 a { background-color: rgb(75,126,50); }

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

border-color css

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

 span { border-color: rgb(75,126,50); }

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