Html Css Color HEX #35917B Gossamer

📋 copy color: '#35917B'

red 53 ◦ green 145 ◦ blue 123

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

Shades of Gossamer #35917B

Tints of Gossamer #35917B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 16.51%
G = 45.17%
B = 38.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#35917B (or 0x35917B) is known color: Gossamer. HEX triplet: 35, 91 and 7B. RGB value is (53,145,123). Sum of RGB (Red+Green+Blue) = 53+145+123=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #35917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35917B is #CA6E84. Grayscale: #727272. Windows color (decimal): -13266565 or 8098101. OLE color: 8098101.

HSL color Cylindrical-coordinate representation of color #35917B: hue angle of 165.65º 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 #35917B is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 123 -
CMYK 0.63 0 0.15 0.43
HSL 165.65º 0.46% 0.39% -
HSV(B) 165.65º 0.63% 0.57% -
XYZ 15.17 22.44 22.27 -
YUV 114.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 53 145 123 0.63 0 0.15 0.43 165.65 0.46 0.39
Hex 35 91 7B 3F 0 F 2B A6 2E 27
Octal 65 221 173 77 0 17 53 246 56 47
Binary 110101 10010001 1111011 111111 0 1111 101011 10100110 101110 100111

Color Harmonies of #35917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35917B

Black with #35917B

Text Example


Text Example

White with #35917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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