Html Css Color HEX #48921A La Palma

📋 copy color: '#48921A'

red 72 ◦ green 146 ◦ blue 26

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

Shades of La Palma #48921A

Tints of La Palma #48921A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 29.51%
G = 59.84%
B = 10.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#48921A (or 0x48921A) is known color: La Palma. HEX triplet: 48, 92 and 1A. RGB value is (72,146,26). Sum of RGB (Red+Green+Blue) = 72+146+26=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #48921A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48921A is #B76DE5. Grayscale: #6E6E6E. Windows color (decimal): -12021222 or 1741384. OLE color: 1741384.

HSL color Cylindrical-coordinate representation of color #48921A: hue angle of 97º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48921A is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 146 26 -
CMYK 0.51 0 0.82 0.43
HSL 97º 0.7% 0.34% -
HSV(B) 97º 0.82% 0.57% -
XYZ 13.14 22.01 4.53 -
YUV 110.19 80.48 100.76 -
System Red Green Blue C M Y K H S L
Decimal 72 146 26 0.51 0 0.82 0.43 97 0.7 0.34
Hex 48 92 1A 33 0 52 2B 61 46 22
Octal 110 222 32 63 0 122 53 141 106 42
Binary 1001000 10010010 11010 110011 0 1010010 101011 1100001 1000110 100010

Color Harmonies of #48921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48921A

Black with #48921A

Text Example


Text Example

White with #48921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48921A; }

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

 H1.HeaderClassName
 {
   color: #48921A;
 }
 .AnyTagClassName
 {
   color: #48921A;
 }
</style>

background-color css

<style>
 a { background-color: #48921A; }

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

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

border-color css

<style>
 span { border-color: #48921A; }

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

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