Html Css Color HEX #48923D La Palma

📋 copy color: '#48923D'

red 72 ◦ green 146 ◦ blue 61

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

Shades of La Palma #48923D

Tints of La Palma #48923D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 25.81%
G = 52.33%
B = 21.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#48923D (or 0x48923D) is known color: La Palma. HEX triplet: 48, 92 and 3D. RGB value is (72,146,61). Sum of RGB (Red+Green+Blue) = 72+146+61=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #48923D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48923D is #B76DC2. Grayscale: #727272. Windows color (decimal): -12021187 or 4035144. OLE color: 4035144.

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

Color convert

RGB 72 146 61 -
CMYK 0.51 0 0.58 0.43
HSL 112.24º 0.41% 0.41% -
HSV(B) 112.24º 0.58% 0.57% -
XYZ 13.79 22.27 7.99 -
YUV 114.18 97.98 97.91 -
System Red Green Blue C M Y K H S L
Decimal 72 146 61 0.51 0 0.58 0.43 112.24 0.41 0.41
Hex 48 92 3D 33 0 3A 2B 70 29 29
Octal 110 222 75 63 0 72 53 160 51 51
Binary 1001000 10010010 111101 110011 0 111010 101011 1110000 101001 101001

Color Harmonies of #48923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48923D

Black with #48923D

Text Example


Text Example

White with #48923D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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