Html Css Color HEX #3AAC3F Fruit Salad

📋 copy color: '#3AAC3F'

red 58 ◦ green 172 ◦ blue 63

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

Shades of Fruit Salad #3AAC3F

Tints of Fruit Salad #3AAC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.7%

 BLUE value IS 63 (25% from 255) = 21.5%

R = 19.8%
G = 58.7%
B = 21.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#3AAC3F (or 0x3AAC3F) is known color: Fruit Salad. HEX triplet: 3A, AC and 3F. RGB value is (58,172,63). Sum of RGB (Red+Green+Blue) = 58+172+63=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC3F is #C553C0. Grayscale: #7D7D7D. Windows color (decimal): -12932033 or 4172858. OLE color: 4172858.

HSL color Cylindrical-coordinate representation of color #3AAC3F: hue angle of 122.63º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAC3F is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 172 63 -
CMYK 0.66 0 0.63 0.33
HSL 122.63º 0.5% 0.45% -
HSV(B) 122.63º 0.66% 0.67% -
XYZ 17.39 30.76 9.72 -
YUV 125.49 92.73 79.86 -
System Red Green Blue C M Y K H S L
Decimal 58 172 63 0.66 0 0.63 0.33 122.63 0.5 0.45
Hex 3A AC 3F 42 0 3F 21 7B 32 2D
Octal 72 254 77 102 0 77 41 173 62 55
Binary 111010 10101100 111111 1000010 0 111111 100001 1111011 110010 101101

Color Harmonies of #3AAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC3F

Black with #3AAC3F

Text Example


Text Example

White with #3AAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,172,63); }

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

background-color css

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

 a { background-color: rgb(58,172,63); }

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

border-color css

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

 span { border-color: rgb(58,172,63); }

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