#3AA594

Color #3AA594 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3AA594

Tints of Gossamer #3AA594

Color information

#3AA594 (or 0x3AA594) is unknown color: approx Gossamer. HEX triplet: 3A, A5 and 94. RGB value is (58,165,148). Sum of RGB (Red+Green+Blue) = 58+165+148=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA594 is #C55A6B. Grayscale: #838383. Windows color (decimal): -12933740 or 9741626. OLE color: 9741626.

HSL color Cylindrical-coordinate representation of color #3AA594: hue angle of 170.47º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA594 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB58165148-
CMYK0.6500.100.35
HSL170.47º47.98%43.73%-
HSV(B)170.47º64.85%64.71%-
XYZ20.5529.9532.71-
YUV131.07137.5575.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.63%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=15.63%
G=44.47%
B=39.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581651480.6500.100.35170.4747.9843.73
Hex3AA594410A23aa302c
Octal72245224101012432526054
Binary111010101001011001010010000010101010001110101010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,165,148); }

 H1.HeaderClassName
 {
   color: #3AA594;
 }
 .AnyTagClassName
 {
   color: #3AA594;
 }
</style>
background-color css

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

 a { background-color: rgb(58,165,148); }

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

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

 span { border-color: rgb(58,165,148); }

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