Html Css Color HEX #356E62 Genoa

📋 copy color: '#356E62'

red 53 ◦ green 110 ◦ blue 98

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

Shades of Genoa #356E62

Tints of Genoa #356E62

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.15%

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

R = 20.31%
G = 42.15%
B = 37.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#356E62 (or 0x356E62) is known color: Genoa. HEX triplet: 35, 6E and 62. RGB value is (53,110,98). Sum of RGB (Red+Green+Blue) = 53+110+98=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #356E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E62 is #CA919D. Grayscale: #5B5B5B. Windows color (decimal): -13275550 or 6450741. OLE color: 6450741.

HSL color Cylindrical-coordinate representation of color #356E62: hue angle of 167.37º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356E62 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 110 98 -
CMYK 0.52 0 0.11 0.57
HSL 167.37º 0.35% 0.32% -
HSV(B) 167.37º 0.52% 0.43% -
XYZ 9.25 12.79 13.54 -
YUV 91.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 53 110 98 0.52 0 0.11 0.57 167.37 0.35 0.32
Hex 35 6E 62 34 0 B 39 A7 23 20
Octal 65 156 142 64 0 13 71 247 43 40
Binary 110101 1101110 1100010 110100 0 1011 111001 10100111 100011 100000

Color Harmonies of #356E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E62

Black with #356E62

Text Example


Text Example

White with #356E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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