Html Css Color HEX #488A08 La Palma

📋 copy color: '#488A08'

red 72 ◦ green 138 ◦ blue 8

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

Shades of La Palma #488A08

Tints of La Palma #488A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.67%

R = 33.03%
G = 63.3%
B = 3.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#488A08 (or 0x488A08) is known color: La Palma. HEX triplet: 48, 8A and 08. RGB value is (72,138,8). Sum of RGB (Red+Green+Blue) = 72+138+8=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 138 (54.30% from 255 or 63.30% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 138 - color contains mainly: green. Hex color #488A08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488A08 is #B775F7. Grayscale: #676767. Windows color (decimal): -12023288 or 559688. OLE color: 559688.

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

Color convert

RGB 72 138 8 -
CMYK 0.48 0 0.94 0.46
HSL 90.46º 0.89% 0.29% -
HSV(B) 90.46º 0.94% 0.54% -
XYZ 11.8 19.57 3.39 -
YUV 103.45 74.13 105.57 -
System Red Green Blue C M Y K H S L
Decimal 72 138 8 0.48 0 0.94 0.46 90.46 0.89 0.29
Hex 48 8A 8 30 0 5E 2E 5A 59 1D
Octal 110 212 10 60 0 136 56 132 131 35
Binary 1001000 10001010 1000 110000 0 1011110 101110 1011010 1011001 11101

Color Harmonies of #488A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A08

Black with #488A08

Text Example


Text Example

White with #488A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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