Html Css Color HEX #48991B La Palma

📋 copy color: '#48991B'

red 72 ◦ green 153 ◦ blue 27

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

Shades of La Palma #48991B

Tints of La Palma #48991B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 60.71%

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

R = 28.57%
G = 60.71%
B = 10.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#48991B (or 0x48991B) is known color: La Palma. HEX triplet: 48, 99 and 1B. RGB value is (72,153,27). Sum of RGB (Red+Green+Blue) = 72+153+27=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #48991B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48991B is #B766E4. Grayscale: #727272. Windows color (decimal): -12019429 or 1808712. OLE color: 1808712.

HSL color Cylindrical-coordinate representation of color #48991B: hue angle of 98.57º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48991B is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 27 -
CMYK 0.53 0 0.82 0.4
HSL 98.57º 0.7% 0.35% -
HSV(B) 98.57º 0.82% 0.6% -
XYZ 14.26 24.24 4.96 -
YUV 114.42 78.66 97.75 -
System Red Green Blue C M Y K H S L
Decimal 72 153 27 0.53 0 0.82 0.4 98.57 0.7 0.35
Hex 48 99 1B 35 0 52 28 63 46 23
Octal 110 231 33 65 0 122 50 143 106 43
Binary 1001000 10011001 11011 110101 0 1010010 101000 1100011 1000110 100011

Color Harmonies of #48991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48991B

Black with #48991B

Text Example


Text Example

White with #48991B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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