Html Css Color HEX #3AB047 Fruit Salad

📋 copy color: '#3AB047'

red 58 ◦ green 176 ◦ blue 71

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

Shades of Fruit Salad #3AB047

Tints of Fruit Salad #3AB047

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.7%

 BLUE value IS 71 (28.13% from 255) = 23.28%

R = 19.02%
G = 57.7%
B = 23.28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#3AB047 (or 0x3AB047) is known color: Fruit Salad. HEX triplet: 3A, B0 and 47. RGB value is (58,176,71). Sum of RGB (Red+Green+Blue) = 58+176+71=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB047 is #C54FB8. Grayscale: #818181. Windows color (decimal): -12931001 or 4698170. OLE color: 4698170.

HSL color Cylindrical-coordinate representation of color #3AB047: hue angle of 126.61º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB047 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 176 71 -
CMYK 0.67 0 0.60 0.31
HSL 126.61º 0.5% 0.46% -
HSV(B) 126.61º 0.67% 0.69% -
XYZ 18.41 32.41 11.25 -
YUV 128.75 95.41 77.54 -
System Red Green Blue C M Y K H S L
Decimal 58 176 71 0.67 0 0.60 0.31 126.61 0.5 0.46
Hex 3A B0 47 43 0 3C 1F 7F 32 2E
Octal 72 260 107 103 0 74 37 177 62 56
Binary 111010 10110000 1000111 1000011 0 111100 11111 1111111 110010 101110

Color Harmonies of #3AB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB047

Black with #3AB047

Text Example


Text Example

White with #3AB047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,176,71); }

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

background-color css

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

 a { background-color: rgb(58,176,71); }

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

border-color css

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

 span { border-color: rgb(58,176,71); }

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