Html Css Color HEX #35927D Gossamer

📋 copy color: '#35927D'

red 53 ◦ green 146 ◦ blue 125

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

Shades of Gossamer #35927D

Tints of Gossamer #35927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

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

R = 16.36%
G = 45.06%
B = 38.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#35927D (or 0x35927D) is known color: Gossamer. HEX triplet: 35, 92 and 7D. RGB value is (53,146,125). Sum of RGB (Red+Green+Blue) = 53+146+125=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #35927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35927D is #CA6D82. Grayscale: #737373. Windows color (decimal): -13266307 or 8229429. OLE color: 8229429.

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

Color convert

RGB 53 146 125 -
CMYK 0.64 0 0.14 0.43
HSL 166.45º 0.47% 0.39% -
HSV(B) 166.45º 0.64% 0.57% -
XYZ 15.45 22.8 22.99 -
YUV 115.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 53 146 125 0.64 0 0.14 0.43 166.45 0.47 0.39
Hex 35 92 7D 40 0 E 2B A6 2F 27
Octal 65 222 175 100 0 16 53 246 57 47
Binary 110101 10010010 1111101 1000000 0 1110 101011 10100110 101111 100111

Color Harmonies of #35927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35927D

Black with #35927D

Text Example


Text Example

White with #35927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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