Html Css Color HEX #488534 La Palma

📋 copy color: '#488534'

red 72 ◦ green 133 ◦ blue 52

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

Shades of La Palma #488534

Tints of La Palma #488534

RGB

 RED value IS 72 (28.52% from 255) = 28.02%

 GREEN value IS 133 (52.34% from 255) = 51.75%

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

R = 28.02%
G = 51.75%
B = 20.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#488534 (or 0x488534) is known color: La Palma. HEX triplet: 48, 85 and 34. RGB value is (72,133,52). Sum of RGB (Red+Green+Blue) = 72+133+52=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #488534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488534 is #B77ACB. Grayscale: #696969. Windows color (decimal): -12024524 or 3441992. OLE color: 3441992.

HSL color Cylindrical-coordinate representation of color #488534: hue angle of 105.19º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #488534 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 52 -
CMYK 0.46 0 0.61 0.48
HSL 105.19º 0.44% 0.36% -
HSV(B) 105.19º 0.61% 0.52% -
XYZ 11.68 18.4 6.18 -
YUV 105.53 97.79 104.09 -
System Red Green Blue C M Y K H S L
Decimal 72 133 52 0.46 0 0.61 0.48 105.19 0.44 0.36
Hex 48 85 34 2E 0 3D 30 69 2C 24
Octal 110 205 64 56 0 75 60 151 54 44
Binary 1001000 10000101 110100 101110 0 111101 110000 1101001 101100 100100

Color Harmonies of #488534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488534

Black with #488534

Text Example


Text Example

White with #488534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488534; }

 p { color: rgb(72,133,52); }

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

background-color css

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

 a { background-color: rgb(72,133,52); }

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

border-color css

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

 span { border-color: rgb(72,133,52); }

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