Html Css Color HEX #3AB04D Fruit Salad

📋 copy color: '#3AB04D'

red 58 ◦ green 176 ◦ blue 77

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

Shades of Fruit Salad #3AB04D

Tints of Fruit Salad #3AB04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 18.65%
G = 56.59%
B = 24.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#3AB04D (or 0x3AB04D) is known color: Fruit Salad. HEX triplet: 3A, B0 and 4D. RGB value is (58,176,77). Sum of RGB (Red+Green+Blue) = 58+176+77=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB04D is #C54FB2. Grayscale: #818181. Windows color (decimal): -12930995 or 5091386. OLE color: 5091386.

HSL color Cylindrical-coordinate representation of color #3AB04D: hue angle of 129.66º 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 #3AB04D is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 176 77 -
CMYK 0.67 0 0.56 0.31
HSL 129.66º 0.5% 0.46% -
HSV(B) 129.66º 0.67% 0.69% -
XYZ 18.61 32.49 12.31 -
YUV 129.43 98.41 77.05 -
System Red Green Blue C M Y K H S L
Decimal 58 176 77 0.67 0 0.56 0.31 129.66 0.5 0.46
Hex 3A B0 4D 43 0 38 1F 82 32 2E
Octal 72 260 115 103 0 70 37 202 62 56
Binary 111010 10110000 1001101 1000011 0 111000 11111 10000010 110010 101110

Color Harmonies of #3AB04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB04D

Black with #3AB04D

Text Example


Text Example

White with #3AB04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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