Html Css Color HEX #48923F La Palma

📋 copy color: '#48923F'

red 72 ◦ green 146 ◦ blue 63

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

Shades of La Palma #48923F

Tints of La Palma #48923F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.42%

R = 25.62%
G = 51.96%
B = 22.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#48923F (or 0x48923F) is known color: La Palma. HEX triplet: 48, 92 and 3F. RGB value is (72,146,63). Sum of RGB (Red+Green+Blue) = 72+146+63=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #48923F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48923F is #B76DC0. Grayscale: #727272. Windows color (decimal): -12021185 or 4166216. OLE color: 4166216.

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

Color convert

RGB 72 146 63 -
CMYK 0.51 0 0.57 0.43
HSL 113.49º 0.4% 0.41% -
HSV(B) 113.49º 0.57% 0.57% -
XYZ 13.85 22.29 8.28 -
YUV 114.41 98.98 97.75 -
System Red Green Blue C M Y K H S L
Decimal 72 146 63 0.51 0 0.57 0.43 113.49 0.4 0.41
Hex 48 92 3F 33 0 39 2B 71 28 29
Octal 110 222 77 63 0 71 53 161 50 51
Binary 1001000 10010010 111111 110011 0 111001 101011 1110001 101000 101001

Color Harmonies of #48923F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48923F

Black with #48923F

Text Example


Text Example

White with #48923F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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