Html Css Color HEX #48861E La Palma

📋 copy color: '#48861E'

red 72 ◦ green 134 ◦ blue 30

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

Shades of La Palma #48861E

Tints of La Palma #48861E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 30.51%
G = 56.78%
B = 12.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#48861E (or 0x48861E) is known color: La Palma. HEX triplet: 48, 86 and 1E. RGB value is (72,134,30). Sum of RGB (Red+Green+Blue) = 72+134+30=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #48861E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48861E is #B779E1. Grayscale: #676767. Windows color (decimal): -12024290 or 2000456. OLE color: 2000456.

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

Color convert

RGB 72 134 30 -
CMYK 0.46 0 0.78 0.47
HSL 95.77º 0.63% 0.32% -
HSV(B) 95.77º 0.78% 0.53% -
XYZ 11.43 18.52 4.2 -
YUV 103.61 86.46 105.46 -
System Red Green Blue C M Y K H S L
Decimal 72 134 30 0.46 0 0.78 0.47 95.77 0.63 0.32
Hex 48 86 1E 2E 0 4E 2F 60 3F 20
Octal 110 206 36 56 0 116 57 140 77 40
Binary 1001000 10000110 11110 101110 0 1001110 101111 1100000 111111 100000

Color Harmonies of #48861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48861E

Black with #48861E

Text Example


Text Example

White with #48861E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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