Html Css Color HEX #48922D La Palma

📋 copy color: '#48922D'

red 72 ◦ green 146 ◦ blue 45

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

Shades of La Palma #48922D

Tints of La Palma #48922D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 27.38%
G = 55.51%
B = 17.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#48922D (or 0x48922D) is known color: La Palma. HEX triplet: 48, 92 and 2D. RGB value is (72,146,45). Sum of RGB (Red+Green+Blue) = 72+146+45=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #48922D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48922D is #B76DD2. Grayscale: #707070. Windows color (decimal): -12021203 or 2986568. OLE color: 2986568.

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

Color convert

RGB 72 146 45 -
CMYK 0.51 0 0.69 0.43
HSL 103.96º 0.53% 0.37% -
HSV(B) 103.96º 0.69% 0.57% -
XYZ 13.43 22.12 6.05 -
YUV 112.36 89.98 99.21 -
System Red Green Blue C M Y K H S L
Decimal 72 146 45 0.51 0 0.69 0.43 103.96 0.53 0.37
Hex 48 92 2D 33 0 45 2B 68 35 25
Octal 110 222 55 63 0 105 53 150 65 45
Binary 1001000 10010010 101101 110011 0 1000101 101011 1101000 110101 100101

Color Harmonies of #48922D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48922D

Black with #48922D

Text Example


Text Example

White with #48922D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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