Html Css Color HEX #488034 La Palma

📋 copy color: '#488034'

red 72 ◦ green 128 ◦ blue 52

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

Shades of La Palma #488034

Tints of La Palma #488034

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.79%

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

R = 28.57%
G = 50.79%
B = 20.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#488034 (or 0x488034) is known color: La Palma. HEX triplet: 48, 80 and 34. RGB value is (72,128,52). Sum of RGB (Red+Green+Blue) = 72+128+52=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #488034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488034 is #B77FCB. Grayscale: #666666. Windows color (decimal): -12025804 or 3440712. OLE color: 3440712.

HSL color Cylindrical-coordinate representation of color #488034: hue angle of 104.21º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488034 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 128 52 -
CMYK 0.44 0 0.59 0.50
HSL 104.21º 0.42% 0.35% -
HSV(B) 104.21º 0.59% 0.5% -
XYZ 11.01 17.06 5.96 -
YUV 102.59 99.45 106.18 -
System Red Green Blue C M Y K H S L
Decimal 72 128 52 0.44 0 0.59 0.50 104.21 0.42 0.35
Hex 48 80 34 2C 0 3B 32 68 2A 23
Octal 110 200 64 54 0 73 62 150 52 43
Binary 1001000 10000000 110100 101100 0 111011 110010 1101000 101010 100011

Color Harmonies of #488034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488034

Black with #488034

Text Example


Text Example

White with #488034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488034; }

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

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

background-color css

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

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

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

border-color css

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

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

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