Html Css Color HEX #3AAC42 Fruit Salad

📋 copy color: '#3AAC42'

red 58 ◦ green 172 ◦ blue 66

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

Shades of Fruit Salad #3AAC42

Tints of Fruit Salad #3AAC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.3%

R = 19.59%
G = 58.11%
B = 22.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#3AAC42 (or 0x3AAC42) is known color: Fruit Salad. HEX triplet: 3A, AC and 42. RGB value is (58,172,66). Sum of RGB (Red+Green+Blue) = 58+172+66=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC42 is #C553BD. Grayscale: #7E7E7E. Windows color (decimal): -12932030 or 4369466. OLE color: 4369466.

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

Color convert

RGB 58 172 66 -
CMYK 0.66 0 0.62 0.33
HSL 124.21º 0.5% 0.45% -
HSV(B) 124.21º 0.66% 0.67% -
XYZ 17.48 30.8 10.18 -
YUV 125.83 94.23 79.62 -
System Red Green Blue C M Y K H S L
Decimal 58 172 66 0.66 0 0.62 0.33 124.21 0.5 0.45
Hex 3A AC 42 42 0 3E 21 7C 32 2D
Octal 72 254 102 102 0 76 41 174 62 55
Binary 111010 10101100 1000010 1000010 0 111110 100001 1111100 110010 101101

Color Harmonies of #3AAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC42

Black with #3AAC42

Text Example


Text Example

White with #3AAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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