Html Css Color HEX #356C61 Genoa

📋 copy color: '#356C61'

red 53 ◦ green 108 ◦ blue 97

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

Shades of Genoa #356C61

Tints of Genoa #356C61

RGB

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

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

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

R = 20.54%
G = 41.86%
B = 37.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#356C61 (or 0x356C61) is known color: Genoa. HEX triplet: 35, 6C and 61. RGB value is (53,108,97). Sum of RGB (Red+Green+Blue) = 53+108+97=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 108 - color contains mainly: green. Hex color #356C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C61 is #CA939E. Grayscale: #5A5A5A. Windows color (decimal): -13276063 or 6384693. OLE color: 6384693.

HSL color Cylindrical-coordinate representation of color #356C61: hue angle of 168º 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 #356C61 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 108 97 -
CMYK 0.51 0 0.10 0.58
HSL 168º 0.34% 0.32% -
HSV(B) 168º 0.51% 0.42% -
XYZ 8.99 12.35 13.22 -
YUV 90.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 53 108 97 0.51 0 0.10 0.58 168 0.34 0.32
Hex 35 6C 61 33 0 A 3A A8 22 20
Octal 65 154 141 63 0 12 72 250 42 40
Binary 110101 1101100 1100001 110011 0 1010 111010 10101000 100010 100000

Color Harmonies of #356C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C61

Black with #356C61

Text Example


Text Example

White with #356C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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