Html Css Color HEX #488035 La Palma

📋 copy color: '#488035'

red 72 ◦ green 128 ◦ blue 53

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

Shades of La Palma #488035

Tints of La Palma #488035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.95%

R = 28.46%
G = 50.59%
B = 20.95%

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

#488035 (or 0x488035) is known color: La Palma. HEX triplet: 48, 80 and 35. RGB value is (72,128,53). Sum of RGB (Red+Green+Blue) = 72+128+53=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #488035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488035 is #B77FCA. Grayscale: #666666. Windows color (decimal): -12025803 or 3506248. OLE color: 3506248.

HSL color Cylindrical-coordinate representation of color #488035: hue angle of 104.8º degrees, saturation: 0.41, 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 #488035 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 128 53 -
CMYK 0.44 0 0.59 0.50
HSL 104.8º 0.41% 0.35% -
HSV(B) 104.8º 0.59% 0.5% -
XYZ 11.03 17.07 6.08 -
YUV 102.71 99.95 106.1 -
System Red Green Blue C M Y K H S L
Decimal 72 128 53 0.44 0 0.59 0.50 104.8 0.41 0.35
Hex 48 80 35 2C 0 3B 32 69 29 23
Octal 110 200 65 54 0 73 62 151 51 43
Binary 1001000 10000000 110101 101100 0 111011 110010 1101001 101001 100011

Color Harmonies of #488035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488035

Black with #488035

Text Example


Text Example

White with #488035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488035; }

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

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

background-color css

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

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

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

border-color css

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

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

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