Html Css Color HEX #356D6C Genoa

📋 copy color: '#356D6C'

red 53 ◦ green 109 ◦ blue 108

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

Shades of Genoa #356D6C

Tints of Genoa #356D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.37%

 BLUE value IS 108 (42.58% from 255) = 40%

R = 19.63%
G = 40.37%
B = 40%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#356D6C (or 0x356D6C) is known color: Genoa. HEX triplet: 35, 6D and 6C. RGB value is (53,109,108). Sum of RGB (Red+Green+Blue) = 53+109+108=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #356D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D6C is #CA9293. Grayscale: #5C5C5C. Windows color (decimal): -13275796 or 7105845. OLE color: 7105845.

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

Color convert

RGB 53 109 108 -
CMYK 0.51 0 0.01 0.57
HSL 178.93º 0.35% 0.32% -
HSV(B) 178.93º 0.51% 0.43% -
XYZ 9.64 12.78 16.15 -
YUV 92.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 53 109 108 0.51 0 0.01 0.57 178.93 0.35 0.32
Hex 35 6D 6C 33 0 1 39 B3 23 20
Octal 65 155 154 63 0 1 71 263 43 40
Binary 110101 1101101 1101100 110011 0 1 111001 10110011 100011 100000

Color Harmonies of #356D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356D6C

Black with #356D6C

Text Example


Text Example

White with #356D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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