Html Css Color HEX #359974 Gossamer

📋 copy color: '#359974'

red 53 ◦ green 153 ◦ blue 116

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

Shades of Gossamer #359974

Tints of Gossamer #359974

RGB

 RED value IS 53 (21.09% from 255) = 16.46%

 GREEN value IS 153 (60.16% from 255) = 47.52%

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 16.46%
G = 47.52%
B = 36.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#359974 (or 0x359974) is known color: Gossamer. HEX triplet: 35, 99 and 74. RGB value is (53,153,116). Sum of RGB (Red+Green+Blue) = 53+153+116=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #359974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359974 is #CA668B. Grayscale: #767676. Windows color (decimal): -13264524 or 7641397. OLE color: 7641397.

HSL color Cylindrical-coordinate representation of color #359974: hue angle of 157.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359974 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 116 -
CMYK 0.65 0 0.24 0.4
HSL 157.8º 0.49% 0.4% -
HSV(B) 157.8º 0.65% 0.6% -
XYZ 16.01 24.8 20.47 -
YUV 118.88 126.37 81.01 -
System Red Green Blue C M Y K H S L
Decimal 53 153 116 0.65 0 0.24 0.4 157.8 0.49 0.4
Hex 35 99 74 41 0 18 28 9E 31 28
Octal 65 231 164 101 0 30 50 236 61 50
Binary 110101 10011001 1110100 1000001 0 11000 101000 10011110 110001 101000

Color Harmonies of #359974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359974

Black with #359974

Text Example


Text Example

White with #359974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359974; }

 p { color: rgb(53,153,116); }

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

background-color css

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

 a { background-color: rgb(53,153,116); }

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

border-color css

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

 span { border-color: rgb(53,153,116); }

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