Html Css Color HEX #356C60 Genoa

📋 copy color: '#356C60'

red 53 ◦ green 108 ◦ blue 96

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

Shades of Genoa #356C60

Tints of Genoa #356C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.02%

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 20.62%
G = 42.02%
B = 37.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#356C60 (or 0x356C60) is known color: Genoa. HEX triplet: 35, 6C and 60. RGB value is (53,108,96). Sum of RGB (Red+Green+Blue) = 53+108+96=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 108 - color contains mainly: green. Hex color #356C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C60 is #CA939F. Grayscale: #5A5A5A. Windows color (decimal): -13276064 or 6319157. OLE color: 6319157.

HSL color Cylindrical-coordinate representation of color #356C60: hue angle of 166.91º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356C60 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 108 96 -
CMYK 0.51 0 0.11 0.58
HSL 166.91º 0.34% 0.32% -
HSV(B) 166.91º 0.51% 0.42% -
XYZ 8.94 12.33 12.97 -
YUV 90.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 53 108 96 0.51 0 0.11 0.58 166.91 0.34 0.32
Hex 35 6C 60 33 0 B 3A A7 22 20
Octal 65 154 140 63 0 13 72 247 42 40
Binary 110101 1101100 1100000 110011 0 1011 111010 10100111 100010 100000

Color Harmonies of #356C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C60

Black with #356C60

Text Example


Text Example

White with #356C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356C60; }

 p { color: rgb(53,108,96); }

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

background-color css

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

 a { background-color: rgb(53,108,96); }

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

border-color css

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

 span { border-color: rgb(53,108,96); }

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