Html Css Color HEX #35917D Gossamer

📋 copy color: '#35917D'

red 53 ◦ green 145 ◦ blue 125

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

Shades of Gossamer #35917D

Tints of Gossamer #35917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 16.41%
G = 44.89%
B = 38.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#35917D (or 0x35917D) is known color: Gossamer. HEX triplet: 35, 91 and 7D. RGB value is (53,145,125). Sum of RGB (Red+Green+Blue) = 53+145+125=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #35917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35917D is #CA6E82. Grayscale: #737373. Windows color (decimal): -13266563 or 8229173. OLE color: 8229173.

HSL color Cylindrical-coordinate representation of color #35917D: hue angle of 166.96º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35917D is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 125 -
CMYK 0.63 0 0.14 0.43
HSL 166.96º 0.46% 0.39% -
HSV(B) 166.96º 0.63% 0.57% -
XYZ 15.3 22.49 22.94 -
YUV 115.21 133.52 83.63 -
System Red Green Blue C M Y K H S L
Decimal 53 145 125 0.63 0 0.14 0.43 166.96 0.46 0.39
Hex 35 91 7D 3F 0 E 2B A7 2E 27
Octal 65 221 175 77 0 16 53 247 56 47
Binary 110101 10010001 1111101 111111 0 1110 101011 10100111 101110 100111

Color Harmonies of #35917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35917D

Black with #35917D

Text Example


Text Example

White with #35917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35917D; }

 p { color: rgb(53,145,125); }

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

background-color css

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

 a { background-color: rgb(53,145,125); }

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

border-color css

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

 span { border-color: rgb(53,145,125); }

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