Html Css Color HEX #48890D La Palma

📋 copy color: '#48890D'

red 72 ◦ green 137 ◦ blue 13

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

Shades of La Palma #48890D

Tints of La Palma #48890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.71%

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

R = 32.43%
G = 61.71%
B = 5.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#48890D (or 0x48890D) is known color: La Palma. HEX triplet: 48, 89 and 0D. RGB value is (72,137,13). Sum of RGB (Red+Green+Blue) = 72+137+13=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #48890D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48890D is #B776F2. Grayscale: #676767. Windows color (decimal): -12023539 or 887112. OLE color: 887112.

HSL color Cylindrical-coordinate representation of color #48890D: hue angle of 91.45º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48890D is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 13 -
CMYK 0.47 0 0.91 0.46
HSL 91.45º 0.83% 0.29% -
HSV(B) 91.45º 0.91% 0.54% -
XYZ 11.69 19.3 3.49 -
YUV 103.43 76.97 105.58 -
System Red Green Blue C M Y K H S L
Decimal 72 137 13 0.47 0 0.91 0.46 91.45 0.83 0.29
Hex 48 89 D 2F 0 5B 2E 5B 53 1D
Octal 110 211 15 57 0 133 56 133 123 35
Binary 1001000 10001001 1101 101111 0 1011011 101110 1011011 1010011 11101

Color Harmonies of #48890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48890D

Black with #48890D

Text Example


Text Example

White with #48890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48890D; }

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

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

background-color css

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

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

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

border-color css

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

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

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