Html Css Color HEX #356961 Genoa

📋 copy color: '#356961'

red 53 ◦ green 105 ◦ blue 97

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

Shades of Genoa #356961

Tints of Genoa #356961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.18%

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 20.78%
G = 41.18%
B = 38.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#356961 (or 0x356961) is known color: Genoa. HEX triplet: 35, 69 and 61. RGB value is (53,105,97). Sum of RGB (Red+Green+Blue) = 53+105+97=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #356961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356961 is #CA969E. Grayscale: #585858. Windows color (decimal): -13276831 or 6383925. OLE color: 6383925.

HSL color Cylindrical-coordinate representation of color #356961: hue angle of 170.77º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356961 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 97 -
CMYK 0.50 0 0.08 0.59
HSL 170.77º 0.33% 0.31% -
HSV(B) 170.77º 0.5% 0.41% -
XYZ 8.68 11.72 13.11 -
YUV 88.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 53 105 97 0.50 0 0.08 0.59 170.77 0.33 0.31
Hex 35 69 61 32 0 8 3B AB 21 1F
Octal 65 151 141 62 0 10 73 253 41 37
Binary 110101 1101001 1100001 110010 0 1000 111011 10101011 100001 11111

Color Harmonies of #356961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356961

Black with #356961

Text Example


Text Example

White with #356961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356961; }

 p { color: rgb(53,105,97); }

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

background-color css

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

 a { background-color: rgb(53,105,97); }

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

border-color css

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

 span { border-color: rgb(53,105,97); }

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