Html Css Color HEX #356F61 Genoa

📋 copy color: '#356F61'

red 53 ◦ green 111 ◦ blue 97

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

Shades of Genoa #356F61

Tints of Genoa #356F61

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.53%

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

R = 20.31%
G = 42.53%
B = 37.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#356F61 (or 0x356F61) is known color: Genoa. HEX triplet: 35, 6F and 61. RGB value is (53,111,97). Sum of RGB (Red+Green+Blue) = 53+111+97=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #356F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F61 is #CA909E. Grayscale: #5C5C5C. Windows color (decimal): -13275295 or 6385461. OLE color: 6385461.

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

Color convert

RGB 53 111 97 -
CMYK 0.52 0 0.13 0.56
HSL 165.52º 0.35% 0.32% -
HSV(B) 165.52º 0.52% 0.44% -
XYZ 9.31 12.99 13.33 -
YUV 92.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 53 111 97 0.52 0 0.13 0.56 165.52 0.35 0.32
Hex 35 6F 61 34 0 D 38 A6 23 20
Octal 65 157 141 64 0 15 70 246 43 40
Binary 110101 1101111 1100001 110100 0 1101 111000 10100110 100011 100000

Color Harmonies of #356F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F61

Black with #356F61

Text Example


Text Example

White with #356F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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