Html Css Color HEX #356C62 Genoa

📋 copy color: '#356C62'

red 53 ◦ green 108 ◦ blue 98

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

Shades of Genoa #356C62

Tints of Genoa #356C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 20.46%
G = 41.7%
B = 37.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#356C62 (or 0x356C62) is known color: Genoa. HEX triplet: 35, 6C and 62. RGB value is (53,108,98). Sum of RGB (Red+Green+Blue) = 53+108+98=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 108 - color contains mainly: green. Hex color #356C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C62 is #CA939D. Grayscale: #5A5A5A. Windows color (decimal): -13276062 or 6450229. OLE color: 6450229.

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

Color convert

RGB 53 108 98 -
CMYK 0.51 0 0.09 0.58
HSL 169.09º 0.34% 0.32% -
HSV(B) 169.09º 0.51% 0.42% -
XYZ 9.04 12.36 13.47 -
YUV 90.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 53 108 98 0.51 0 0.09 0.58 169.09 0.34 0.32
Hex 35 6C 62 33 0 9 3A A9 22 20
Octal 65 154 142 63 0 11 72 251 42 40
Binary 110101 1101100 1100010 110011 0 1001 111010 10101001 100010 100000

Color Harmonies of #356C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C62

Black with #356C62

Text Example


Text Example

White with #356C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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