Html Css Color HEX #48A33C Fruit Salad

📋 copy color: '#48A33C'

red 72 ◦ green 163 ◦ blue 60

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

Shades of Fruit Salad #48A33C

Tints of Fruit Salad #48A33C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.25%

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

R = 24.41%
G = 55.25%
B = 20.34%

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

#48A33C (or 0x48A33C) is known color: Fruit Salad. HEX triplet: 48, A3 and 3C. RGB value is (72,163,60). Sum of RGB (Red+Green+Blue) = 72+163+60=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #48A33C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A33C is #B75CC3. Grayscale: #7C7C7C. Windows color (decimal): -12016836 or 3973960. OLE color: 3973960.

HSL color Cylindrical-coordinate representation of color #48A33C: hue angle of 113.01º 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 #48A33C is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 163 60 -
CMYK 0.56 0 0.63 0.36
HSL 113.01º 0.46% 0.44% -
HSV(B) 113.01º 0.63% 0.64% -
XYZ 16.59 27.9 8.79 -
YUV 124.05 91.85 90.88 -
System Red Green Blue C M Y K H S L
Decimal 72 163 60 0.56 0 0.63 0.36 113.01 0.46 0.44
Hex 48 A3 3C 38 0 3F 24 71 2E 2C
Octal 110 243 74 70 0 77 44 161 56 54
Binary 1001000 10100011 111100 111000 0 111111 100100 1110001 101110 101100

Color Harmonies of #48A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A33C

Black with #48A33C

Text Example


Text Example

White with #48A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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