Html Css Color HEX #3A9A7F Gossamer

📋 copy color: '#3A9A7F'

red 58 ◦ green 154 ◦ blue 127

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

Shades of Gossamer #3A9A7F

Tints of Gossamer #3A9A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.43%

 BLUE value IS 127 (50% from 255) = 37.46%

R = 17.11%
G = 45.43%
B = 37.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#3A9A7F (or 0x3A9A7F) is known color: Gossamer. HEX triplet: 3A, 9A and 7F. RGB value is (58,154,127). Sum of RGB (Red+Green+Blue) = 58+154+127=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #3A9A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9A7F is #C56580. Grayscale: #7A7A7A. Windows color (decimal): -12936577 or 8362554. OLE color: 8362554.

HSL color Cylindrical-coordinate representation of color #3A9A7F: hue angle of 163.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9A7F is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 154 127 -
CMYK 0.62 0 0.18 0.40
HSL 163.13º 0.45% 0.42% -
HSV(B) 163.13º 0.62% 0.6% -
XYZ 17.13 25.54 24.11 -
YUV 122.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 58 154 127 0.62 0 0.18 0.40 163.13 0.45 0.42
Hex 3A 9A 7F 3E 0 12 28 A3 2D 2A
Octal 72 232 177 76 0 22 50 243 55 52
Binary 111010 10011010 1111111 111110 0 10010 101000 10100011 101101 101010

Color Harmonies of #3A9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9A7F

Black with #3A9A7F

Text Example


Text Example

White with #3A9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,154,127); }

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

background-color css

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

 a { background-color: rgb(58,154,127); }

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

border-color css

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

 span { border-color: rgb(58,154,127); }

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