Html Css Color HEX #35947E Gossamer

📋 copy color: '#35947E'

red 53 ◦ green 148 ◦ blue 126

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

Shades of Gossamer #35947E

Tints of Gossamer #35947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 16.21%
G = 45.26%
B = 38.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#35947E (or 0x35947E) is known color: Gossamer. HEX triplet: 35, 94 and 7E. RGB value is (53,148,126). Sum of RGB (Red+Green+Blue) = 53+148+126=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #35947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35947E is #CA6B81. Grayscale: #757575. Windows color (decimal): -13265794 or 8295477. OLE color: 8295477.

HSL color Cylindrical-coordinate representation of color #35947E: hue angle of 166.11º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35947E is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 126 -
CMYK 0.64 0 0.15 0.42
HSL 166.11º 0.47% 0.39% -
HSV(B) 166.11º 0.64% 0.58% -
XYZ 15.82 23.44 23.43 -
YUV 117.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 53 148 126 0.64 0 0.15 0.42 166.11 0.47 0.39
Hex 35 94 7E 40 0 F 2A A6 2F 27
Octal 65 224 176 100 0 17 52 246 57 47
Binary 110101 10010100 1111110 1000000 0 1111 101010 10100110 101111 100111

Color Harmonies of #35947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35947E

Black with #35947E

Text Example


Text Example

White with #35947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35947E; }

 p { color: rgb(53,148,126); }

 H1.HeaderClassName
 {
   color: #35947E;
 }
 .AnyTagClassName
 {
   color: #35947E;
 }
</style>

background-color css

<style>
 a { background-color: #35947E; }

 a { background-color: rgb(53,148,126); }

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

border-color css

<style>
 span { border-color: #35947E; }

 span { border-color: rgb(53,148,126); }

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