Html Css Color HEX #488E0D La Palma

📋 copy color: '#488E0D'

red 72 ◦ green 142 ◦ blue 13

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

Shades of La Palma #488E0D

Tints of La Palma #488E0D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 62.56%

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 31.72%
G = 62.56%
B = 5.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#488E0D (or 0x488E0D) is known color: La Palma. HEX triplet: 48, 8E and 0D. RGB value is (72,142,13). Sum of RGB (Red+Green+Blue) = 72+142+13=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 142 (55.86% from 255 or 62.56% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 142 - color contains mainly: green. Hex color #488E0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488E0D is #B771F2. Grayscale: #6A6A6A. Windows color (decimal): -12022259 or 888392. OLE color: 888392.

HSL color Cylindrical-coordinate representation of color #488E0D: hue angle of 92.56º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #488E0D is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 142 13 -
CMYK 0.49 0 0.91 0.44
HSL 92.56º 0.83% 0.3% -
HSV(B) 92.56º 0.91% 0.56% -
XYZ 12.42 20.75 3.73 -
YUV 106.36 75.31 103.49 -
System Red Green Blue C M Y K H S L
Decimal 72 142 13 0.49 0 0.91 0.44 92.56 0.83 0.3
Hex 48 8E D 31 0 5B 2C 5D 53 1E
Octal 110 216 15 61 0 133 54 135 123 36
Binary 1001000 10001110 1101 110001 0 1011011 101100 1011101 1010011 11110

Color Harmonies of #488E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488E0D

Black with #488E0D

Text Example


Text Example

White with #488E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,142,13); }

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

background-color css

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

 a { background-color: rgb(72,142,13); }

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

border-color css

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

 span { border-color: rgb(72,142,13); }

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