Html Css Color HEX #35937B Gossamer

📋 copy color: '#35937B'

red 53 ◦ green 147 ◦ blue 123

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

Shades of Gossamer #35937B

Tints of Gossamer #35937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.51%

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 16.41%
G = 45.51%
B = 38.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#35937B (or 0x35937B) is known color: Gossamer. HEX triplet: 35, 93 and 7B. RGB value is (53,147,123). Sum of RGB (Red+Green+Blue) = 53+147+123=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #35937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35937B is #CA6C84. Grayscale: #747474. Windows color (decimal): -13266053 or 8098613. OLE color: 8098613.

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

Color convert

RGB 53 147 123 -
CMYK 0.64 0 0.16 0.42
HSL 164.68º 0.47% 0.39% -
HSV(B) 164.68º 0.64% 0.58% -
XYZ 15.48 23.05 22.37 -
YUV 116.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 53 147 123 0.64 0 0.16 0.42 164.68 0.47 0.39
Hex 35 93 7B 40 0 10 2A A5 2F 27
Octal 65 223 173 100 0 20 52 245 57 47
Binary 110101 10010011 1111011 1000000 0 10000 101010 10100101 101111 100111

Color Harmonies of #35937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35937B

Black with #35937B

Text Example


Text Example

White with #35937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35937B; }

 p { color: rgb(53,147,123); }

 H1.HeaderClassName
 {
   color: #35937B;
 }
 .AnyTagClassName
 {
   color: #35937B;
 }
</style>

background-color css

<style>
 a { background-color: #35937B; }

 a { background-color: rgb(53,147,123); }

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

border-color css

<style>
 span { border-color: #35937B; }

 span { border-color: rgb(53,147,123); }

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