Html Css Color HEX #48923C La Palma

📋 copy color: '#48923C'

red 72 ◦ green 146 ◦ blue 60

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

Shades of La Palma #48923C

Tints of La Palma #48923C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 25.9%
G = 52.52%
B = 21.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#48923C (or 0x48923C) is known color: La Palma. HEX triplet: 48, 92 and 3C. RGB value is (72,146,60). Sum of RGB (Red+Green+Blue) = 72+146+60=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #48923C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48923C is #B76DC3. Grayscale: #727272. Windows color (decimal): -12021188 or 3969608. OLE color: 3969608.

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

Color convert

RGB 72 146 60 -
CMYK 0.51 0 0.59 0.43
HSL 111.63º 0.42% 0.4% -
HSV(B) 111.63º 0.59% 0.57% -
XYZ 13.77 22.26 7.85 -
YUV 114.07 97.48 97.99 -
System Red Green Blue C M Y K H S L
Decimal 72 146 60 0.51 0 0.59 0.43 111.63 0.42 0.4
Hex 48 92 3C 33 0 3B 2B 70 2A 28
Octal 110 222 74 63 0 73 53 160 52 50
Binary 1001000 10010010 111100 110011 0 111011 101011 1110000 101010 101000

Color Harmonies of #48923C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48923C

Black with #48923C

Text Example


Text Example

White with #48923C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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