Html Css Color HEX #3AB446 Fruit Salad

📋 copy color: '#3AB446'

red 58 ◦ green 180 ◦ blue 70

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

Shades of Fruit Salad #3AB446

Tints of Fruit Salad #3AB446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.44%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 18.83%
G = 58.44%
B = 22.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#3AB446 (or 0x3AB446) is known color: Fruit Salad. HEX triplet: 3A, B4 and 46. RGB value is (58,180,70). Sum of RGB (Red+Green+Blue) = 58+180+70=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #3AB446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB446 is #C54BB9. Grayscale: #838383. Windows color (decimal): -12929978 or 4633658. OLE color: 4633658.

HSL color Cylindrical-coordinate representation of color #3AB446: hue angle of 125.9º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB446 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 180 70 -
CMYK 0.68 0 0.61 0.29
HSL 125.9º 0.51% 0.47% -
HSV(B) 125.9º 0.68% 0.71% -
XYZ 19.17 33.98 11.34 -
YUV 130.98 93.58 75.94 -
System Red Green Blue C M Y K H S L
Decimal 58 180 70 0.68 0 0.61 0.29 125.9 0.51 0.47
Hex 3A B4 46 44 0 3D 1D 7E 33 2F
Octal 72 264 106 104 0 75 35 176 63 57
Binary 111010 10110100 1000110 1000100 0 111101 11101 1111110 110011 101111

Color Harmonies of #3AB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB446

Black with #3AB446

Text Example


Text Example

White with #3AB446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,180,70); }

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

background-color css

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

 a { background-color: rgb(58,180,70); }

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

border-color css

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

 span { border-color: rgb(58,180,70); }

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