Html Css Color HEX #4BA125 La Palma

📋 copy color: '#4BA125'

red 75 ◦ green 161 ◦ blue 37

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

Shades of La Palma #4BA125

Tints of La Palma #4BA125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 27.47%
G = 58.97%
B = 13.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#4BA125 (or 0x4BA125) is known color: La Palma. HEX triplet: 4B, A1 and 25. RGB value is (75,161,37). Sum of RGB (Red+Green+Blue) = 75+161+37=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA125 is #B45EDA. Grayscale: #797979. Windows color (decimal): -11820763 or 2466123. OLE color: 2466123.

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

Color convert

RGB 75 161 37 -
CMYK 0.53 0 0.77 0.37
HSL 101.61º 0.63% 0.39% -
HSV(B) 101.61º 0.77% 0.63% -
XYZ 15.98 27.12 6.14 -
YUV 121.15 80.51 95.08 -
System Red Green Blue C M Y K H S L
Decimal 75 161 37 0.53 0 0.77 0.37 101.61 0.63 0.39
Hex 4B A1 25 35 0 4D 25 66 3F 27
Octal 113 241 45 65 0 115 45 146 77 47
Binary 1001011 10100001 100101 110101 0 1001101 100101 1100110 111111 100111

Color Harmonies of #4BA125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA125

Black with #4BA125

Text Example


Text Example

White with #4BA125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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