Html Css Color HEX #359C74 Gossamer

📋 copy color: '#359C74'

red 53 ◦ green 156 ◦ blue 116

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

Shades of Gossamer #359C74

Tints of Gossamer #359C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48%

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 16.31%
G = 48%
B = 35.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#359C74 (or 0x359C74) is known color: Gossamer. HEX triplet: 35, 9C and 74. RGB value is (53,156,116). Sum of RGB (Red+Green+Blue) = 53+156+116=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #359C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C74 is #CA638B. Grayscale: #787878. Windows color (decimal): -13263756 or 7642165. OLE color: 7642165.

HSL color Cylindrical-coordinate representation of color #359C74: hue angle of 156.7º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C74 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 156 116 -
CMYK 0.66 0 0.26 0.39
HSL 156.7º 0.49% 0.41% -
HSV(B) 156.7º 0.66% 0.61% -
XYZ 16.51 25.79 20.63 -
YUV 120.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 53 156 116 0.66 0 0.26 0.39 156.7 0.49 0.41
Hex 35 9C 74 42 0 1A 27 9D 31 29
Octal 65 234 164 102 0 32 47 235 61 51
Binary 110101 10011100 1110100 1000010 0 11010 100111 10011101 110001 101001

Color Harmonies of #359C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C74

Black with #359C74

Text Example


Text Example

White with #359C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359C74; }

 p { color: rgb(53,156,116); }

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

background-color css

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

 a { background-color: rgb(53,156,116); }

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

border-color css

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

 span { border-color: rgb(53,156,116); }

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