Html Css Color HEX #359D92 Gossamer

📋 copy color: '#359D92'

red 53 ◦ green 157 ◦ blue 146

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

Shades of Gossamer #359D92

Tints of Gossamer #359D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.1%

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 14.89%
G = 44.1%
B = 41.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#359D92 (or 0x359D92) is known color: Gossamer. HEX triplet: 35, 9D and 92. RGB value is (53,157,146). Sum of RGB (Red+Green+Blue) = 53+157+146=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #359D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D92 is #CA626D. Grayscale: #7C7C7C. Windows color (decimal): -13263470 or 9608501. OLE color: 9608501.

HSL color Cylindrical-coordinate representation of color #359D92: hue angle of 173.65º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D92 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 157 146 -
CMYK 0.66 0 0.07 0.38
HSL 173.65º 0.5% 0.41% -
HSV(B) 173.65º 0.66% 0.62% -
XYZ 18.71 26.95 31.41 -
YUV 124.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 53 157 146 0.66 0 0.07 0.38 173.65 0.5 0.41
Hex 35 9D 92 42 0 7 26 AE 32 29
Octal 65 235 222 102 0 7 46 256 62 51
Binary 110101 10011101 10010010 1000010 0 111 100110 10101110 110010 101001

Color Harmonies of #359D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D92

Black with #359D92

Text Example


Text Example

White with #359D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359D92; }

 p { color: rgb(53,157,146); }

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

background-color css

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

 a { background-color: rgb(53,157,146); }

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

border-color css

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

 span { border-color: rgb(53,157,146); }

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