Html Css Color HEX #48870D La Palma

📋 copy color: '#48870D'

red 72 ◦ green 135 ◦ blue 13

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

Shades of La Palma #48870D

Tints of La Palma #48870D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 61.36%

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

R = 32.73%
G = 61.36%
B = 5.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#48870D (or 0x48870D) is known color: La Palma. HEX triplet: 48, 87 and 0D. RGB value is (72,135,13). Sum of RGB (Red+Green+Blue) = 72+135+13=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 135 (53.12% from 255 or 61.36% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 135 - color contains mainly: green. Hex color #48870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48870D is #B778F2. Grayscale: #666666. Windows color (decimal): -12024051 or 886600. OLE color: 886600.

HSL color Cylindrical-coordinate representation of color #48870D: hue angle of 90.98º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48870D is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 13 -
CMYK 0.47 0 0.90 0.47
HSL 90.98º 0.82% 0.29% -
HSV(B) 90.98º 0.9% 0.53% -
XYZ 11.41 18.73 3.4 -
YUV 102.26 77.63 106.42 -
System Red Green Blue C M Y K H S L
Decimal 72 135 13 0.47 0 0.90 0.47 90.98 0.82 0.29
Hex 48 87 D 2F 0 5A 2F 5B 52 1D
Octal 110 207 15 57 0 132 57 133 122 35
Binary 1001000 10000111 1101 101111 0 1011010 101111 1011011 1010010 11101

Color Harmonies of #48870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48870D

Black with #48870D

Text Example


Text Example

White with #48870D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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