Html Css Color HEX #4BA534 La Palma

📋 copy color: '#4BA534'

red 75 ◦ green 165 ◦ blue 52

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

Shades of La Palma #4BA534

Tints of La Palma #4BA534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 25.68%
G = 56.51%
B = 17.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#4BA534 (or 0x4BA534) is known color: La Palma. HEX triplet: 4B, A5 and 34. RGB value is (75,165,52). Sum of RGB (Red+Green+Blue) = 75+165+52=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA534 is #B45ACB. Grayscale: #7D7D7D. Windows color (decimal): -11819724 or 3450187. OLE color: 3450187.

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

Color convert

RGB 75 165 52 -
CMYK 0.55 0 0.68 0.35
HSL 107.79º 0.52% 0.43% -
HSV(B) 107.79º 0.68% 0.65% -
XYZ 16.98 28.65 7.88 -
YUV 125.21 86.68 92.19 -
System Red Green Blue C M Y K H S L
Decimal 75 165 52 0.55 0 0.68 0.35 107.79 0.52 0.43
Hex 4B A5 34 37 0 44 23 6C 34 2B
Octal 113 245 64 67 0 104 43 154 64 53
Binary 1001011 10100101 110100 110111 0 1000100 100011 1101100 110100 101011

Color Harmonies of #4BA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA534

Black with #4BA534

Text Example


Text Example

White with #4BA534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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