Html Css Color HEX #3FBA49 Fruit Salad

📋 copy color: '#3FBA49'

red 63 ◦ green 186 ◦ blue 73

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

Shades of Fruit Salad #3FBA49

Tints of Fruit Salad #3FBA49

RGB

 RED value IS 63 (25% from 255) = 19.57%

 GREEN value IS 186 (73.05% from 255) = 57.76%

 BLUE value IS 73 (28.91% from 255) = 22.67%

R = 19.57%
G = 57.76%
B = 22.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#3FBA49 (or 0x3FBA49) is known color: Fruit Salad. HEX triplet: 3F, BA and 49. RGB value is (63,186,73). Sum of RGB (Red+Green+Blue) = 63+186+73=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA49 is #C045B6. Grayscale: #888888. Windows color (decimal): -12600759 or 4831807. OLE color: 4831807.

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

Color convert

RGB 63 186 73 -
CMYK 0.66 0 0.61 0.27
HSL 124.88º 0.49% 0.49% -
HSV(B) 124.88º 0.66% 0.73% -
XYZ 20.81 36.66 12.28 -
YUV 136.34 92.25 75.69 -
System Red Green Blue C M Y K H S L
Decimal 63 186 73 0.66 0 0.61 0.27 124.88 0.49 0.49
Hex 3F BA 49 42 0 3D 1B 7D 31 31
Octal 77 272 111 102 0 75 33 175 61 61
Binary 111111 10111010 1001001 1000010 0 111101 11011 1111101 110001 110001

Color Harmonies of #3FBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBA49

Black with #3FBA49

Text Example


Text Example

White with #3FBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,186,73); }

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

background-color css

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

 a { background-color: rgb(63,186,73); }

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

border-color css

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

 span { border-color: rgb(63,186,73); }

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