Html Css Color HEX #3AAC4B Fruit Salad

📋 copy color: '#3AAC4B'

red 58 ◦ green 172 ◦ blue 75

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

Shades of Fruit Salad #3AAC4B

Tints of Fruit Salad #3AAC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.59%

R = 19.02%
G = 56.39%
B = 24.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#3AAC4B (or 0x3AAC4B) is known color: Fruit Salad. HEX triplet: 3A, AC and 4B. RGB value is (58,172,75). Sum of RGB (Red+Green+Blue) = 58+172+75=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC4B is #C553B4. Grayscale: #7F7F7F. Windows color (decimal): -12932021 or 4959290. OLE color: 4959290.

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

Color convert

RGB 58 172 75 -
CMYK 0.66 0 0.56 0.33
HSL 128.95º 0.5% 0.45% -
HSV(B) 128.95º 0.66% 0.67% -
XYZ 17.77 30.91 11.69 -
YUV 126.86 98.73 78.89 -
System Red Green Blue C M Y K H S L
Decimal 58 172 75 0.66 0 0.56 0.33 128.95 0.5 0.45
Hex 3A AC 4B 42 0 38 21 81 32 2D
Octal 72 254 113 102 0 70 41 201 62 55
Binary 111010 10101100 1001011 1000010 0 111000 100001 10000001 110010 101101

Color Harmonies of #3AAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC4B

Black with #3AAC4B

Text Example


Text Example

White with #3AAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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