Html Css Color HEX #3BA048 Fruit Salad

📋 copy color: '#3BA048'

red 59 ◦ green 160 ◦ blue 72

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

Shades of Fruit Salad #3BA048

Tints of Fruit Salad #3BA048

RGB

 RED value IS 59 (23.44% from 255) = 20.27%

 GREEN value IS 160 (62.89% from 255) = 54.98%

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 20.27%
G = 54.98%
B = 24.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#3BA048 (or 0x3BA048) is known color: Fruit Salad. HEX triplet: 3B, A0 and 48. RGB value is (59,160,72). Sum of RGB (Red+Green+Blue) = 59+160+72=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA048 is #C45FB7. Grayscale: #787878. Windows color (decimal): -12869560 or 4759611. OLE color: 4759611.

HSL color Cylindrical-coordinate representation of color #3BA048: hue angle of 127.72º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA048 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 59 160 72 -
CMYK 0.63 0 0.55 0.37
HSL 127.72º 0.46% 0.43% -
HSV(B) 127.72º 0.63% 0.63% -
XYZ 15.54 26.54 10.43 -
YUV 119.77 101.04 84.66 -
System Red Green Blue C M Y K H S L
Decimal 59 160 72 0.63 0 0.55 0.37 127.72 0.46 0.43
Hex 3B A0 48 3F 0 37 25 80 2E 2B
Octal 73 240 110 77 0 67 45 200 56 53
Binary 111011 10100000 1001000 111111 0 110111 100101 10000000 101110 101011

Color Harmonies of #3BA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA048

Black with #3BA048

Text Example


Text Example

White with #3BA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BA048; }

 p { color: rgb(59,160,72); }

 H1.HeaderClassName
 {
   color: #3BA048;
 }
 .AnyTagClassName
 {
   color: #3BA048;
 }
</style>

background-color css

<style>
 a { background-color: #3BA048; }

 a { background-color: rgb(59,160,72); }

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

border-color css

<style>
 span { border-color: #3BA048; }

 span { border-color: rgb(59,160,72); }

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