Html Css Color HEX #488233 La Palma

📋 copy color: '#488233'

red 72 ◦ green 130 ◦ blue 51

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

Shades of La Palma #488233

Tints of La Palma #488233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 28.46%
G = 51.38%
B = 20.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#488233 (or 0x488233) is known color: La Palma. HEX triplet: 48, 82 and 33. RGB value is (72,130,51). Sum of RGB (Red+Green+Blue) = 72+130+51=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #488233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488233 is #B77DCC. Grayscale: #676767. Windows color (decimal): -12025293 or 3375688. OLE color: 3375688.

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

Color convert

RGB 72 130 51 -
CMYK 0.45 0 0.61 0.49
HSL 104.05º 0.44% 0.35% -
HSV(B) 104.05º 0.61% 0.51% -
XYZ 11.25 17.58 5.93 -
YUV 103.65 98.28 105.42 -
System Red Green Blue C M Y K H S L
Decimal 72 130 51 0.45 0 0.61 0.49 104.05 0.44 0.35
Hex 48 82 33 2D 0 3D 31 68 2C 23
Octal 110 202 63 55 0 75 61 150 54 43
Binary 1001000 10000010 110011 101101 0 111101 110001 1101000 101100 100011

Color Harmonies of #488233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488233

Black with #488233

Text Example


Text Example

White with #488233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488233; }

 p { color: rgb(72,130,51); }

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

background-color css

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

 a { background-color: rgb(72,130,51); }

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

border-color css

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

 span { border-color: rgb(72,130,51); }

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