Html Css Color HEX #4BA52D La Palma

📋 copy color: '#4BA52D'

red 75 ◦ green 165 ◦ blue 45

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

Shades of La Palma #4BA52D

Tints of La Palma #4BA52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 26.32%
G = 57.89%
B = 15.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#4BA52D (or 0x4BA52D) is known color: La Palma. HEX triplet: 4B, A5 and 2D. RGB value is (75,165,45). Sum of RGB (Red+Green+Blue) = 75+165+45=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA52D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA52D is #B45AD2. Grayscale: #7C7C7C. Windows color (decimal): -11819731 or 2991435. OLE color: 2991435.

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

Color convert

RGB 75 165 45 -
CMYK 0.55 0 0.73 0.35
HSL 105º 0.57% 0.41% -
HSV(B) 105º 0.73% 0.65% -
XYZ 16.83 28.6 7.12 -
YUV 124.41 83.18 92.76 -
System Red Green Blue C M Y K H S L
Decimal 75 165 45 0.55 0 0.73 0.35 105 0.57 0.41
Hex 4B A5 2D 37 0 49 23 69 39 29
Octal 113 245 55 67 0 111 43 151 71 51
Binary 1001011 10100101 101101 110111 0 1001001 100011 1101001 111001 101001

Color Harmonies of #4BA52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA52D

Black with #4BA52D

Text Example


Text Example

White with #4BA52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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