Html Css Color HEX #35917F Gossamer

📋 copy color: '#35917F'

red 53 ◦ green 145 ◦ blue 127

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

Shades of Gossamer #35917F

Tints of Gossamer #35917F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.08%

R = 16.31%
G = 44.62%
B = 39.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#35917F (or 0x35917F) is known color: Gossamer. HEX triplet: 35, 91 and 7F. RGB value is (53,145,127). Sum of RGB (Red+Green+Blue) = 53+145+127=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #35917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35917F is #CA6E80. Grayscale: #737373. Windows color (decimal): -13266561 or 8360245. OLE color: 8360245.

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

Color convert

RGB 53 145 127 -
CMYK 0.63 0 0.12 0.43
HSL 168.26º 0.46% 0.39% -
HSV(B) 168.26º 0.63% 0.57% -
XYZ 15.42 22.54 23.62 -
YUV 115.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 53 145 127 0.63 0 0.12 0.43 168.26 0.46 0.39
Hex 35 91 7F 3F 0 C 2B A8 2E 27
Octal 65 221 177 77 0 14 53 250 56 47
Binary 110101 10010001 1111111 111111 0 1100 101011 10101000 101110 100111

Color Harmonies of #35917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35917F

Black with #35917F

Text Example


Text Example

White with #35917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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