Html Css Color HEX #35957A Gossamer

📋 copy color: '#35957A'

red 53 ◦ green 149 ◦ blue 122

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

Shades of Gossamer #35957A

Tints of Gossamer #35957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.99%

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 16.36%
G = 45.99%
B = 37.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#35957A (or 0x35957A) is known color: Gossamer. HEX triplet: 35, 95 and 7A. RGB value is (53,149,122). Sum of RGB (Red+Green+Blue) = 53+149+122=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #35957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35957A is #CA6A85. Grayscale: #757575. Windows color (decimal): -13265542 or 8033589. OLE color: 8033589.

HSL color Cylindrical-coordinate representation of color #35957A: hue angle of 163.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35957A is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 149 122 -
CMYK 0.64 0 0.18 0.42
HSL 163.13º 0.48% 0.4% -
HSV(B) 163.13º 0.64% 0.58% -
XYZ 15.73 23.66 22.15 -
YUV 117.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 53 149 122 0.64 0 0.18 0.42 163.13 0.48 0.4
Hex 35 95 7A 40 0 12 2A A3 30 28
Octal 65 225 172 100 0 22 52 243 60 50
Binary 110101 10010101 1111010 1000000 0 10010 101010 10100011 110000 101000

Color Harmonies of #35957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35957A

Black with #35957A

Text Example


Text Example

White with #35957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35957A; }

 p { color: rgb(53,149,122); }

 H1.HeaderClassName
 {
   color: #35957A;
 }
 .AnyTagClassName
 {
   color: #35957A;
 }
</style>

background-color css

<style>
 a { background-color: #35957A; }

 a { background-color: rgb(53,149,122); }

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

border-color css

<style>
 span { border-color: #35957A; }

 span { border-color: rgb(53,149,122); }

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