Html Css Color HEX #3BA037 Fruit Salad

📋 copy color: '#3BA037'

red 59 ◦ green 160 ◦ blue 55

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

Shades of Fruit Salad #3BA037

Tints of Fruit Salad #3BA037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.07%

R = 21.53%
G = 58.39%
B = 20.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#3BA037 (or 0x3BA037) is known color: Fruit Salad. HEX triplet: 3B, A0 and 37. RGB value is (59,160,55). Sum of RGB (Red+Green+Blue) = 59+160+55=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA037 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA037 is #C45FC8. Grayscale: #767676. Windows color (decimal): -12869577 or 3645499. OLE color: 3645499.

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

Color convert

RGB 59 160 55 -
CMYK 0.63 0 0.66 0.37
HSL 117.71º 0.49% 0.42% -
HSV(B) 117.71º 0.66% 0.63% -
XYZ 15.06 26.35 7.91 -
YUV 117.83 92.54 86.04 -
System Red Green Blue C M Y K H S L
Decimal 59 160 55 0.63 0 0.66 0.37 117.71 0.49 0.42
Hex 3B A0 37 3F 0 42 25 76 31 2A
Octal 73 240 67 77 0 102 45 166 61 52
Binary 111011 10100000 110111 111111 0 1000010 100101 1110110 110001 101010

Color Harmonies of #3BA037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA037

Black with #3BA037

Text Example


Text Example

White with #3BA037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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