Html Css Color HEX #48983D Fruit Salad

📋 copy color: '#48983D'

red 72 ◦ green 152 ◦ blue 61

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

Shades of Fruit Salad #48983D

Tints of Fruit Salad #48983D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.33%

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

R = 25.26%
G = 53.33%
B = 21.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#48983D (or 0x48983D) is known color: Fruit Salad. HEX triplet: 48, 98 and 3D. RGB value is (72,152,61). Sum of RGB (Red+Green+Blue) = 72+152+61=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #48983D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48983D is #B767C2. Grayscale: #757575. Windows color (decimal): -12019651 or 4036680. OLE color: 4036680.

HSL color Cylindrical-coordinate representation of color #48983D: hue angle of 112.75º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48983D is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 61 -
CMYK 0.53 0 0.60 0.40
HSL 112.75º 0.43% 0.42% -
HSV(B) 112.75º 0.6% 0.6% -
XYZ 14.74 24.17 8.3 -
YUV 117.71 96 95.4 -
System Red Green Blue C M Y K H S L
Decimal 72 152 61 0.53 0 0.60 0.40 112.75 0.43 0.42
Hex 48 98 3D 35 0 3C 28 71 2B 2A
Octal 110 230 75 65 0 74 50 161 53 52
Binary 1001000 10011000 111101 110101 0 111100 101000 1110001 101011 101010

Color Harmonies of #48983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48983D

Black with #48983D

Text Example


Text Example

White with #48983D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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