Html Css Color HEX #359478 Gossamer

📋 copy color: '#359478'

red 53 ◦ green 148 ◦ blue 120

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

Shades of Gossamer #359478

Tints of Gossamer #359478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 16.51%
G = 46.11%
B = 37.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#359478 (or 0x359478) is known color: Gossamer. HEX triplet: 35, 94 and 78. RGB value is (53,148,120). Sum of RGB (Red+Green+Blue) = 53+148+120=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #359478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359478 is #CA6B87. Grayscale: #747474. Windows color (decimal): -13265800 or 7902261. OLE color: 7902261.

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

Color convert

RGB 53 148 120 -
CMYK 0.64 0 0.19 0.42
HSL 162.32º 0.47% 0.39% -
HSV(B) 162.32º 0.64% 0.58% -
XYZ 15.45 23.29 21.45 -
YUV 116.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 53 148 120 0.64 0 0.19 0.42 162.32 0.47 0.39
Hex 35 94 78 40 0 13 2A A2 2F 27
Octal 65 224 170 100 0 23 52 242 57 47
Binary 110101 10010100 1111000 1000000 0 10011 101010 10100010 101111 100111

Color Harmonies of #359478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359478

Black with #359478

Text Example


Text Example

White with #359478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359478; }

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

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

background-color css

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

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

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

border-color css

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

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

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