Html Css Color HEX #4BA129 La Palma

📋 copy color: '#4BA129'

red 75 ◦ green 161 ◦ blue 41

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

Shades of La Palma #4BA129

Tints of La Palma #4BA129

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.12%

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

R = 27.08%
G = 58.12%
B = 14.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#4BA129 (or 0x4BA129) is known color: La Palma. HEX triplet: 4B, A1 and 29. RGB value is (75,161,41). Sum of RGB (Red+Green+Blue) = 75+161+41=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA129 is #B45ED6. Grayscale: #7A7A7A. Windows color (decimal): -11820759 or 2728267. OLE color: 2728267.

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

Color convert

RGB 75 161 41 -
CMYK 0.53 0 0.75 0.37
HSL 103º 0.59% 0.4% -
HSV(B) 103º 0.75% 0.63% -
XYZ 16.05 27.15 6.49 -
YUV 121.61 82.51 94.76 -
System Red Green Blue C M Y K H S L
Decimal 75 161 41 0.53 0 0.75 0.37 103 0.59 0.4
Hex 4B A1 29 35 0 4B 25 67 3B 28
Octal 113 241 51 65 0 113 45 147 73 50
Binary 1001011 10100001 101001 110101 0 1001011 100101 1100111 111011 101000

Color Harmonies of #4BA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA129

Black with #4BA129

Text Example


Text Example

White with #4BA129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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