Html Css Color HEX #4BA52A La Palma

📋 copy color: '#4BA52A'

red 75 ◦ green 165 ◦ blue 42

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

Shades of La Palma #4BA52A

Tints of La Palma #4BA52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 26.6%
G = 58.51%
B = 14.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#4BA52A (or 0x4BA52A) is known color: La Palma. HEX triplet: 4B, A5 and 2A. RGB value is (75,165,42). Sum of RGB (Red+Green+Blue) = 75+165+42=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA52A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA52A is #B45AD5. Grayscale: #7C7C7C. Windows color (decimal): -11819734 or 2794827. OLE color: 2794827.

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

Color convert

RGB 75 165 42 -
CMYK 0.55 0 0.75 0.35
HSL 103.9º 0.59% 0.41% -
HSV(B) 103.9º 0.75% 0.65% -
XYZ 16.77 28.57 6.82 -
YUV 124.07 81.68 93 -
System Red Green Blue C M Y K H S L
Decimal 75 165 42 0.55 0 0.75 0.35 103.9 0.59 0.41
Hex 4B A5 2A 37 0 4B 23 68 3B 29
Octal 113 245 52 67 0 113 43 150 73 51
Binary 1001011 10100101 101010 110111 0 1001011 100011 1101000 111011 101001

Color Harmonies of #4BA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA52A

Black with #4BA52A

Text Example


Text Example

White with #4BA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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