Html Css Color HEX #3AAC3C Fruit Salad

📋 copy color: '#3AAC3C'

red 58 ◦ green 172 ◦ blue 60

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

Shades of Fruit Salad #3AAC3C

Tints of Fruit Salad #3AAC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 20%
G = 59.31%
B = 20.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#3AAC3C (or 0x3AAC3C) is known color: Fruit Salad. HEX triplet: 3A, AC and 3C. RGB value is (58,172,60). Sum of RGB (Red+Green+Blue) = 58+172+60=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC3C is #C553C3. Grayscale: #7D7D7D. Windows color (decimal): -12932036 or 3976250. OLE color: 3976250.

HSL color Cylindrical-coordinate representation of color #3AAC3C: hue angle of 121.05º 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 #3AAC3C is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 172 60 -
CMYK 0.66 0 0.65 0.33
HSL 121.05º 0.5% 0.45% -
HSV(B) 121.05º 0.66% 0.67% -
XYZ 17.31 30.73 9.29 -
YUV 125.15 91.23 80.11 -
System Red Green Blue C M Y K H S L
Decimal 58 172 60 0.66 0 0.65 0.33 121.05 0.5 0.45
Hex 3A AC 3C 42 0 41 21 79 32 2D
Octal 72 254 74 102 0 101 41 171 62 55
Binary 111010 10101100 111100 1000010 0 1000001 100001 1111001 110010 101101

Color Harmonies of #3AAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC3C

Black with #3AAC3C

Text Example


Text Example

White with #3AAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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