Html Css Color HEX #48861B La Palma

📋 copy color: '#48861B'

red 72 ◦ green 134 ◦ blue 27

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

Shades of La Palma #48861B

Tints of La Palma #48861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.51%

 BLUE value IS 27 (10.94% from 255) = 11.59%

R = 30.9%
G = 57.51%
B = 11.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#48861B (or 0x48861B) is known color: La Palma. HEX triplet: 48, 86 and 1B. RGB value is (72,134,27). Sum of RGB (Red+Green+Blue) = 72+134+27=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #48861B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48861B is #B779E4. Grayscale: #676767. Windows color (decimal): -12024293 or 1803848. OLE color: 1803848.

HSL color Cylindrical-coordinate representation of color #48861B: hue angle of 94.77º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48861B is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 27 -
CMYK 0.46 0 0.80 0.47
HSL 94.77º 0.66% 0.32% -
HSV(B) 94.77º 0.8% 0.53% -
XYZ 11.4 18.51 4.01 -
YUV 103.26 84.96 105.7 -
System Red Green Blue C M Y K H S L
Decimal 72 134 27 0.46 0 0.80 0.47 94.77 0.66 0.32
Hex 48 86 1B 2E 0 50 2F 5F 42 20
Octal 110 206 33 56 0 120 57 137 102 40
Binary 1001000 10000110 11011 101110 0 1010000 101111 1011111 1000010 100000

Color Harmonies of #48861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48861B

Black with #48861B

Text Example


Text Example

White with #48861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48861B; }

 p { color: rgb(72,134,27); }

 H1.HeaderClassName
 {
   color: #48861B;
 }
 .AnyTagClassName
 {
   color: #48861B;
 }
</style>

background-color css

<style>
 a { background-color: #48861B; }

 a { background-color: rgb(72,134,27); }

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

border-color css

<style>
 span { border-color: #48861B; }

 span { border-color: rgb(72,134,27); }

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