Html Css Color HEX #3BBA4A Fruit Salad

📋 copy color: '#3BBA4A'

red 59 ◦ green 186 ◦ blue 74

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

Shades of Fruit Salad #3BBA4A

Tints of Fruit Salad #3BBA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 18.5%
G = 58.31%
B = 23.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#3BBA4A (or 0x3BBA4A) is known color: Fruit Salad. HEX triplet: 3B, BA and 4A. RGB value is (59,186,74). Sum of RGB (Red+Green+Blue) = 59+186+74=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #3BBA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBA4A is #C445B5. Grayscale: #878787. Windows color (decimal): -12862902 or 4897339. OLE color: 4897339.

HSL color Cylindrical-coordinate representation of color #3BBA4A: hue angle of 127.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBA4A is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 59 186 74 -
CMYK 0.68 0 0.60 0.27
HSL 127.09º 0.52% 0.48% -
HSV(B) 127.09º 0.68% 0.73% -
XYZ 20.6 36.54 12.45 -
YUV 135.26 93.42 73.61 -
System Red Green Blue C M Y K H S L
Decimal 59 186 74 0.68 0 0.60 0.27 127.09 0.52 0.48
Hex 3B BA 4A 44 0 3C 1B 7F 34 30
Octal 73 272 112 104 0 74 33 177 64 60
Binary 111011 10111010 1001010 1000100 0 111100 11011 1111111 110100 110000

Color Harmonies of #3BBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBA4A

Black with #3BBA4A

Text Example


Text Example

White with #3BBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,186,74); }

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

background-color css

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

 a { background-color: rgb(59,186,74); }

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

border-color css

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

 span { border-color: rgb(59,186,74); }

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