Html Css Color HEX #3A9875 Gossamer

📋 copy color: '#3A9875'

red 58 ◦ green 152 ◦ blue 117

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

Shades of Gossamer #3A9875

Tints of Gossamer #3A9875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 17.74%
G = 46.48%
B = 35.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#3A9875 (or 0x3A9875) is known color: Gossamer. HEX triplet: 3A, 98 and 75. RGB value is (58,152,117). Sum of RGB (Red+Green+Blue) = 58+152+117=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #3A9875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9875 is #C5678A. Grayscale: #777777. Windows color (decimal): -12937099 or 7706682. OLE color: 7706682.

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

Color convert

RGB 58 152 117 -
CMYK 0.62 0 0.23 0.40
HSL 157.66º 0.45% 0.41% -
HSV(B) 157.66º 0.62% 0.6% -
XYZ 16.18 24.64 20.73 -
YUV 119.9 126.36 83.85 -
System Red Green Blue C M Y K H S L
Decimal 58 152 117 0.62 0 0.23 0.40 157.66 0.45 0.41
Hex 3A 98 75 3E 0 17 28 9E 2D 29
Octal 72 230 165 76 0 27 50 236 55 51
Binary 111010 10011000 1110101 111110 0 10111 101000 10011110 101101 101001

Color Harmonies of #3A9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9875

Black with #3A9875

Text Example


Text Example

White with #3A9875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,152,117); }

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

background-color css

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

 a { background-color: rgb(58,152,117); }

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

border-color css

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

 span { border-color: rgb(58,152,117); }

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