Html Css Color HEX #488A05 La Palma

📋 copy color: '#488A05'

red 72 ◦ green 138 ◦ blue 5

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

Shades of La Palma #488A05

Tints of La Palma #488A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.33%

R = 33.49%
G = 64.19%
B = 2.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#488A05 (or 0x488A05) is known color: La Palma. HEX triplet: 48, 8A and 05. RGB value is (72,138,5). Sum of RGB (Red+Green+Blue) = 72+138+5=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 138 (54.30% from 255 or 64.19% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 138 - color contains mainly: green. Hex color #488A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488A05 is #B775FA. Grayscale: #676767. Windows color (decimal): -12023291 or 363080. OLE color: 363080.

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

Color convert

RGB 72 138 5 -
CMYK 0.48 0 0.96 0.46
HSL 89.77º 0.93% 0.28% -
HSV(B) 89.77º 0.96% 0.54% -
XYZ 11.79 19.57 3.3 -
YUV 103.1 72.63 105.81 -
System Red Green Blue C M Y K H S L
Decimal 72 138 5 0.48 0 0.96 0.46 89.77 0.93 0.28
Hex 48 8A 5 30 0 60 2E 5A 5D 1C
Octal 110 212 5 60 0 140 56 132 135 34
Binary 1001000 10001010 101 110000 0 1100000 101110 1011010 1011101 11100

Color Harmonies of #488A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A05

Black with #488A05

Text Example


Text Example

White with #488A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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