Html Css Color HEX #488530 La Palma

📋 copy color: '#488530'

red 72 ◦ green 133 ◦ blue 48

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

Shades of La Palma #488530

Tints of La Palma #488530

RGB

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

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

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

R = 28.46%
G = 52.57%
B = 18.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#488530 (or 0x488530) is known color: La Palma. HEX triplet: 48, 85 and 30. RGB value is (72,133,48). Sum of RGB (Red+Green+Blue) = 72+133+48=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #488530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488530 is #B77ACF. Grayscale: #696969. Windows color (decimal): -12024528 or 3179848. OLE color: 3179848.

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

Color convert

RGB 72 133 48 -
CMYK 0.46 0 0.64 0.48
HSL 103.06º 0.47% 0.35% -
HSV(B) 103.06º 0.64% 0.52% -
XYZ 11.59 18.37 5.73 -
YUV 105.07 95.79 104.41 -
System Red Green Blue C M Y K H S L
Decimal 72 133 48 0.46 0 0.64 0.48 103.06 0.47 0.35
Hex 48 85 30 2E 0 40 30 67 2F 23
Octal 110 205 60 56 0 100 60 147 57 43
Binary 1001000 10000101 110000 101110 0 1000000 110000 1100111 101111 100011

Color Harmonies of #488530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488530

Black with #488530

Text Example


Text Example

White with #488530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488530; }

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

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

background-color css

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

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

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

border-color css

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

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

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