Html Css Color HEX #3ABA4F Fruit Salad

📋 copy color: '#3ABA4F'

red 58 ◦ green 186 ◦ blue 79

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

Shades of Fruit Salad #3ABA4F

Tints of Fruit Salad #3ABA4F

RGB

 RED value IS 58 (23.05% from 255) = 17.96%

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

 BLUE value IS 79 (31.25% from 255) = 24.46%

R = 17.96%
G = 57.59%
B = 24.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#3ABA4F (or 0x3ABA4F) is known color: Fruit Salad. HEX triplet: 3A, BA and 4F. RGB value is (58,186,79). Sum of RGB (Red+Green+Blue) = 58+186+79=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ABA4F is #C545B0. Grayscale: #878787. Windows color (decimal): -12928433 or 5225018. OLE color: 5225018.

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

Color convert

RGB 58 186 79 -
CMYK 0.69 0 0.58 0.27
HSL 129.84º 0.52% 0.48% -
HSV(B) 129.84º 0.69% 0.73% -
XYZ 20.72 36.58 13.37 -
YUV 135.53 96.09 72.7 -
System Red Green Blue C M Y K H S L
Decimal 58 186 79 0.69 0 0.58 0.27 129.84 0.52 0.48
Hex 3A BA 4F 45 0 3A 1B 82 34 30
Octal 72 272 117 105 0 72 33 202 64 60
Binary 111010 10111010 1001111 1000101 0 111010 11011 10000010 110100 110000

Color Harmonies of #3ABA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABA4F

Black with #3ABA4F

Text Example


Text Example

White with #3ABA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,186,79); }

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

background-color css

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

 a { background-color: rgb(58,186,79); }

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

border-color css

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

 span { border-color: rgb(58,186,79); }

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