Html Css Color HEX #488830 La Palma

📋 copy color: '#488830'

red 72 ◦ green 136 ◦ blue 48

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

Shades of La Palma #488830

Tints of La Palma #488830

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.13%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 28.13%
G = 53.13%
B = 18.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#488830 (or 0x488830) is known color: La Palma. HEX triplet: 48, 88 and 30. RGB value is (72,136,48). Sum of RGB (Red+Green+Blue) = 72+136+48=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #488830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488830 is #B777CF. Grayscale: #6B6B6B. Windows color (decimal): -12023760 or 3180616. OLE color: 3180616.

HSL color Cylindrical-coordinate representation of color #488830: hue angle of 103.64º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488830 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 48 -
CMYK 0.47 0 0.65 0.47
HSL 103.64º 0.48% 0.36% -
HSV(B) 103.64º 0.65% 0.53% -
XYZ 12.01 19.2 5.87 -
YUV 106.83 94.8 103.16 -
System Red Green Blue C M Y K H S L
Decimal 72 136 48 0.47 0 0.65 0.47 103.64 0.48 0.36
Hex 48 88 30 2F 0 41 2F 68 30 24
Octal 110 210 60 57 0 101 57 150 60 44
Binary 1001000 10001000 110000 101111 0 1000001 101111 1101000 110000 100100

Color Harmonies of #488830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488830

Black with #488830

Text Example


Text Example

White with #488830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488830; }

 p { color: rgb(72,136,48); }

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

background-color css

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

 a { background-color: rgb(72,136,48); }

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

border-color css

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

 span { border-color: rgb(72,136,48); }

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