Html Css Color HEX #48920D La Palma

📋 copy color: '#48920D'

red 72 ◦ green 146 ◦ blue 13

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

Shades of La Palma #48920D

Tints of La Palma #48920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 63.2%

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

R = 31.17%
G = 63.2%
B = 5.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#48920D (or 0x48920D) is known color: La Palma. HEX triplet: 48, 92 and 0D. RGB value is (72,146,13). Sum of RGB (Red+Green+Blue) = 72+146+13=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #48920D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48920D is #B76DF2. Grayscale: #6D6D6D. Windows color (decimal): -12021235 or 889416. OLE color: 889416.

HSL color Cylindrical-coordinate representation of color #48920D: hue angle of 93.38º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48920D is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 146 13 -
CMYK 0.51 0 0.91 0.43
HSL 93.38º 0.84% 0.31% -
HSV(B) 93.38º 0.91% 0.57% -
XYZ 13.02 21.96 3.93 -
YUV 108.71 73.98 101.81 -
System Red Green Blue C M Y K H S L
Decimal 72 146 13 0.51 0 0.91 0.43 93.38 0.84 0.31
Hex 48 92 D 33 0 5B 2B 5D 54 1F
Octal 110 222 15 63 0 133 53 135 124 37
Binary 1001000 10010010 1101 110011 0 1011011 101011 1011101 1010100 11111

Color Harmonies of #48920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48920D

Black with #48920D

Text Example


Text Example

White with #48920D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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