Html Css Color HEX #4BA52B La Palma

📋 copy color: '#4BA52B'

red 75 ◦ green 165 ◦ blue 43

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

Shades of La Palma #4BA52B

Tints of La Palma #4BA52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.3%

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 26.5%
G = 58.3%
B = 15.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#4BA52B (or 0x4BA52B) is known color: La Palma. HEX triplet: 4B, A5 and 2B. RGB value is (75,165,43). Sum of RGB (Red+Green+Blue) = 75+165+43=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA52B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA52B is #B45AD4. Grayscale: #7C7C7C. Windows color (decimal): -11819733 or 2860363. OLE color: 2860363.

HSL color Cylindrical-coordinate representation of color #4BA52B: hue angle of 104.26º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4BA52B is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 165 43 -
CMYK 0.55 0 0.74 0.35
HSL 104.26º 0.59% 0.41% -
HSV(B) 104.26º 0.74% 0.65% -
XYZ 16.79 28.58 6.92 -
YUV 124.18 82.18 92.92 -
System Red Green Blue C M Y K H S L
Decimal 75 165 43 0.55 0 0.74 0.35 104.26 0.59 0.41
Hex 4B A5 2B 37 0 4A 23 68 3B 29
Octal 113 245 53 67 0 112 43 150 73 51
Binary 1001011 10100101 101011 110111 0 1001010 100011 1101000 111011 101001

Color Harmonies of #4BA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA52B

Black with #4BA52B

Text Example


Text Example

White with #4BA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,165,43); }

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

background-color css

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

 a { background-color: rgb(75,165,43); }

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

border-color css

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

 span { border-color: rgb(75,165,43); }

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