Html Css Color HEX #488A38 La Palma

📋 copy color: '#488A38'

red 72 ◦ green 138 ◦ blue 56

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

Shades of La Palma #488A38

Tints of La Palma #488A38

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.88%

 BLUE value IS 56 (22.27% from 255) = 21.05%

R = 27.07%
G = 51.88%
B = 21.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#488A38 (or 0x488A38) is known color: La Palma. HEX triplet: 48, 8A and 38. RGB value is (72,138,56). Sum of RGB (Red+Green+Blue) = 72+138+56=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 138 (54.30% from 255 or 51.88% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 138 - color contains mainly: green. Hex color #488A38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488A38 is #B775C7. Grayscale: #6D6D6D. Windows color (decimal): -12023240 or 3705416. OLE color: 3705416.

HSL color Cylindrical-coordinate representation of color #488A38: hue angle of 108.29º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488A38 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 56 -
CMYK 0.48 0 0.59 0.46
HSL 108.29º 0.42% 0.38% -
HSV(B) 108.29º 0.59% 0.54% -
XYZ 12.47 19.84 6.91 -
YUV 108.92 98.13 101.67 -
System Red Green Blue C M Y K H S L
Decimal 72 138 56 0.48 0 0.59 0.46 108.29 0.42 0.38
Hex 48 8A 38 30 0 3B 2E 6C 2A 26
Octal 110 212 70 60 0 73 56 154 52 46
Binary 1001000 10001010 111000 110000 0 111011 101110 1101100 101010 100110

Color Harmonies of #488A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A38

Black with #488A38

Text Example


Text Example

White with #488A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488A38; }

 p { color: rgb(72,138,56); }

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

background-color css

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

 a { background-color: rgb(72,138,56); }

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

border-color css

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

 span { border-color: rgb(72,138,56); }

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