Html Css Color HEX #488135 La Palma

📋 copy color: '#488135'

red 72 ◦ green 129 ◦ blue 53

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

Shades of La Palma #488135

Tints of La Palma #488135

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.79%

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

R = 28.35%
G = 50.79%
B = 20.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#488135 (or 0x488135) is known color: La Palma. HEX triplet: 48, 81 and 35. RGB value is (72,129,53). Sum of RGB (Red+Green+Blue) = 72+129+53=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #488135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488135 is #B77ECA. Grayscale: #676767. Windows color (decimal): -12025547 or 3506504. OLE color: 3506504.

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

Color convert

RGB 72 129 53 -
CMYK 0.44 0 0.59 0.49
HSL 105º 0.42% 0.36% -
HSV(B) 105º 0.59% 0.51% -
XYZ 11.17 17.34 6.13 -
YUV 103.29 99.62 105.68 -
System Red Green Blue C M Y K H S L
Decimal 72 129 53 0.44 0 0.59 0.49 105 0.42 0.36
Hex 48 81 35 2C 0 3B 31 69 2A 24
Octal 110 201 65 54 0 73 61 151 52 44
Binary 1001000 10000001 110101 101100 0 111011 110001 1101001 101010 100100

Color Harmonies of #488135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488135

Black with #488135

Text Example


Text Example

White with #488135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488135; }

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

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

background-color css

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

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

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

border-color css

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

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

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