Html Css Color HEX #48A23C Fruit Salad

📋 copy color: '#48A23C'

red 72 ◦ green 162 ◦ blue 60

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

Shades of Fruit Salad #48A23C

Tints of Fruit Salad #48A23C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.1%

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

R = 24.49%
G = 55.1%
B = 20.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#48A23C (or 0x48A23C) is known color: Fruit Salad. HEX triplet: 48, A2 and 3C. RGB value is (72,162,60). Sum of RGB (Red+Green+Blue) = 72+162+60=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #48A23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A23C is #B75DC3. Grayscale: #7B7B7B. Windows color (decimal): -12017092 or 3973704. OLE color: 3973704.

HSL color Cylindrical-coordinate representation of color #48A23C: hue angle of 112.94º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48A23C is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 162 60 -
CMYK 0.56 0 0.63 0.36
HSL 112.94º 0.46% 0.44% -
HSV(B) 112.94º 0.63% 0.64% -
XYZ 16.41 27.54 8.73 -
YUV 123.46 92.18 91.29 -
System Red Green Blue C M Y K H S L
Decimal 72 162 60 0.56 0 0.63 0.36 112.94 0.46 0.44
Hex 48 A2 3C 38 0 3F 24 71 2E 2C
Octal 110 242 74 70 0 77 44 161 56 54
Binary 1001000 10100010 111100 111000 0 111111 100100 1110001 101110 101100

Color Harmonies of #48A23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A23C

Black with #48A23C

Text Example


Text Example

White with #48A23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A23C; }

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

 H1.HeaderClassName
 {
   color: #48A23C;
 }
 .AnyTagClassName
 {
   color: #48A23C;
 }
</style>

background-color css

<style>
 a { background-color: #48A23C; }

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

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

border-color css

<style>
 span { border-color: #48A23C; }

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

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