Html Css Color HEX #35927A Gossamer

📋 copy color: '#35927A'

red 53 ◦ green 146 ◦ blue 122

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

Shades of Gossamer #35927A

Tints of Gossamer #35927A

RGB

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

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

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

R = 16.51%
G = 45.48%
B = 38.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#35927A (or 0x35927A) is known color: Gossamer. HEX triplet: 35, 92 and 7A. RGB value is (53,146,122). Sum of RGB (Red+Green+Blue) = 53+146+122=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #35927A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35927A is #CA6D85. Grayscale: #737373. Windows color (decimal): -13266310 or 8032821. OLE color: 8032821.

HSL color Cylindrical-coordinate representation of color #35927A: hue angle of 164.52º 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 #35927A is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 146 122 -
CMYK 0.64 0 0.16 0.43
HSL 164.52º 0.47% 0.39% -
HSV(B) 164.52º 0.64% 0.57% -
XYZ 15.26 22.72 21.99 -
YUV 115.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 53 146 122 0.64 0 0.16 0.43 164.52 0.47 0.39
Hex 35 92 7A 40 0 10 2B A5 2F 27
Octal 65 222 172 100 0 20 53 245 57 47
Binary 110101 10010010 1111010 1000000 0 10000 101011 10100101 101111 100111

Color Harmonies of #35927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35927A

Black with #35927A

Text Example


Text Example

White with #35927A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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