Html Css Color HEX #356A61 Genoa

📋 copy color: '#356A61'

red 53 ◦ green 106 ◦ blue 97

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

Shades of Genoa #356A61

Tints of Genoa #356A61

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

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

R = 20.7%
G = 41.41%
B = 37.89%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#356A61 (or 0x356A61) is known color: Genoa. HEX triplet: 35, 6A and 61. RGB value is (53,106,97). Sum of RGB (Red+Green+Blue) = 53+106+97=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #356A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A61 is #CA959E. Grayscale: #595959. Windows color (decimal): -13276575 or 6384181. OLE color: 6384181.

HSL color Cylindrical-coordinate representation of color #356A61: hue angle of 169.81º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356A61 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 106 97 -
CMYK 0.5 0 0.08 0.58
HSL 169.81º 0.33% 0.31% -
HSV(B) 169.81º 0.5% 0.42% -
XYZ 8.78 11.93 13.15 -
YUV 89.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 53 106 97 0.5 0 0.08 0.58 169.81 0.33 0.31
Hex 35 6A 61 32 0 8 3A AA 21 1F
Octal 65 152 141 62 0 10 72 252 41 37
Binary 110101 1101010 1100001 110010 0 1000 111010 10101010 100001 11111

Color Harmonies of #356A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356A61

Black with #356A61

Text Example


Text Example

White with #356A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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