Html Css Color HEX #3BA136 Fruit Salad

📋 copy color: '#3BA136'

red 59 ◦ green 161 ◦ blue 54

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

Shades of Fruit Salad #3BA136

Tints of Fruit Salad #3BA136

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.76%

 BLUE value IS 54 (21.48% from 255) = 19.71%

R = 21.53%
G = 58.76%
B = 19.71%

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

#3BA136 (or 0x3BA136) is known color: Fruit Salad. HEX triplet: 3B, A1 and 36. RGB value is (59,161,54). Sum of RGB (Red+Green+Blue) = 59+161+54=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA136 is #C45EC9. Grayscale: #767676. Windows color (decimal): -12869322 or 3580219. OLE color: 3580219.

HSL color Cylindrical-coordinate representation of color #3BA136: hue angle of 117.2º degrees, saturation: 0.5, 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 #3BA136 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 59 161 54 -
CMYK 0.63 0 0.66 0.37
HSL 117.2º 0.5% 0.42% -
HSV(B) 117.2º 0.66% 0.63% -
XYZ 15.21 26.69 7.84 -
YUV 118.3 91.71 85.7 -
System Red Green Blue C M Y K H S L
Decimal 59 161 54 0.63 0 0.66 0.37 117.2 0.5 0.42
Hex 3B A1 36 3F 0 42 25 75 32 2A
Octal 73 241 66 77 0 102 45 165 62 52
Binary 111011 10100001 110110 111111 0 1000010 100101 1110101 110010 101010

Color Harmonies of #3BA136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA136

Black with #3BA136

Text Example


Text Example

White with #3BA136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,161,54); }

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

background-color css

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

 a { background-color: rgb(59,161,54); }

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

border-color css

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

 span { border-color: rgb(59,161,54); }

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