Html Css Color HEX #48922C La Palma

📋 copy color: '#48922C'

red 72 ◦ green 146 ◦ blue 44

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

Shades of La Palma #48922C

Tints of La Palma #48922C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 27.48%
G = 55.73%
B = 16.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#48922C (or 0x48922C) is known color: La Palma. HEX triplet: 48, 92 and 2C. RGB value is (72,146,44). Sum of RGB (Red+Green+Blue) = 72+146+44=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #48922C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48922C is #B76DD3. Grayscale: #707070. Windows color (decimal): -12021204 or 2921032. OLE color: 2921032.

HSL color Cylindrical-coordinate representation of color #48922C: hue angle of 103.53º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48922C is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 146 44 -
CMYK 0.51 0 0.70 0.43
HSL 103.53º 0.54% 0.37% -
HSV(B) 103.53º 0.7% 0.57% -
XYZ 13.41 22.12 5.95 -
YUV 112.25 89.48 99.29 -
System Red Green Blue C M Y K H S L
Decimal 72 146 44 0.51 0 0.70 0.43 103.53 0.54 0.37
Hex 48 92 2C 33 0 46 2B 68 36 25
Octal 110 222 54 63 0 106 53 150 66 45
Binary 1001000 10010010 101100 110011 0 1000110 101011 1101000 110110 100101

Color Harmonies of #48922C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48922C

Black with #48922C

Text Example


Text Example

White with #48922C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48922C; }

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

 H1.HeaderClassName
 {
   color: #48922C;
 }
 .AnyTagClassName
 {
   color: #48922C;
 }
</style>

background-color css

<style>
 a { background-color: #48922C; }

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

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

border-color css

<style>
 span { border-color: #48922C; }

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

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