Html Css Color HEX #48A23A Fruit Salad

📋 copy color: '#48A23A'

red 72 ◦ green 162 ◦ blue 58

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

Shades of Fruit Salad #48A23A

Tints of Fruit Salad #48A23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 24.66%
G = 55.48%
B = 19.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#48A23A (or 0x48A23A) is known color: Fruit Salad. HEX triplet: 48, A2 and 3A. RGB value is (72,162,58). Sum of RGB (Red+Green+Blue) = 72+162+58=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 162 (63.67% from 255 or 55.48% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 162 - color contains mainly: green. Hex color #48A23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A23A is #B75DC5. Grayscale: #7B7B7B. Windows color (decimal): -12017094 or 3842632. OLE color: 3842632.

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

Color convert

RGB 72 162 58 -
CMYK 0.56 0 0.64 0.36
HSL 111.92º 0.47% 0.43% -
HSV(B) 111.92º 0.64% 0.64% -
XYZ 16.36 27.52 8.45 -
YUV 123.23 91.18 91.46 -
System Red Green Blue C M Y K H S L
Decimal 72 162 58 0.56 0 0.64 0.36 111.92 0.47 0.43
Hex 48 A2 3A 38 0 40 24 70 2F 2B
Octal 110 242 72 70 0 100 44 160 57 53
Binary 1001000 10100010 111010 111000 0 1000000 100100 1110000 101111 101011

Color Harmonies of #48A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A23A

Black with #48A23A

Text Example


Text Example

White with #48A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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