Html Css Color HEX #4BA032 La Palma

📋 copy color: '#4BA032'

red 75 ◦ green 160 ◦ blue 50

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

Shades of La Palma #4BA032

Tints of La Palma #4BA032

RGB

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

 GREEN value IS 160 (62.89% from 255) = 56.14%

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

R = 26.32%
G = 56.14%
B = 17.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#4BA032 (or 0x4BA032) is known color: La Palma. HEX triplet: 4B, A0 and 32. RGB value is (75,160,50). Sum of RGB (Red+Green+Blue) = 75+160+50=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA032 is #B45FCD. Grayscale: #7A7A7A. Windows color (decimal): -11821006 or 3317835. OLE color: 3317835.

HSL color Cylindrical-coordinate representation of color #4BA032: hue angle of 106.36º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BA032 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 160 50 -
CMYK 0.53 0 0.69 0.37
HSL 106.36º 0.52% 0.41% -
HSV(B) 106.36º 0.69% 0.63% -
XYZ 16.05 26.87 7.36 -
YUV 122.05 87.34 94.44 -
System Red Green Blue C M Y K H S L
Decimal 75 160 50 0.53 0 0.69 0.37 106.36 0.52 0.41
Hex 4B A0 32 35 0 45 25 6A 34 29
Octal 113 240 62 65 0 105 45 152 64 51
Binary 1001011 10100000 110010 110101 0 1000101 100101 1101010 110100 101001

Color Harmonies of #4BA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA032

Black with #4BA032

Text Example


Text Example

White with #4BA032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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