Html Css Color HEX #356B66 Genoa

📋 copy color: '#356B66'

red 53 ◦ green 107 ◦ blue 102

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

Shades of Genoa #356B66

Tints of Genoa #356B66

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.84%

 BLUE value IS 102 (40.23% from 255) = 38.93%

R = 20.23%
G = 40.84%
B = 38.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#356B66 (or 0x356B66) is known color: Genoa. HEX triplet: 35, 6B and 66. RGB value is (53,107,102). Sum of RGB (Red+Green+Blue) = 53+107+102=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #356B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B66 is #CA9499. Grayscale: #5A5A5A. Windows color (decimal): -13276314 or 6712117. OLE color: 6712117.

HSL color Cylindrical-coordinate representation of color #356B66: hue angle of 174.44º degrees, saturation: 0.34, 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 #356B66 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 102 -
CMYK 0.50 0 0.05 0.58
HSL 174.44º 0.34% 0.31% -
HSV(B) 174.44º 0.5% 0.42% -
XYZ 9.12 12.23 14.45 -
YUV 90.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 53 107 102 0.50 0 0.05 0.58 174.44 0.34 0.31
Hex 35 6B 66 32 0 5 3A AE 22 1F
Octal 65 153 146 62 0 5 72 256 42 37
Binary 110101 1101011 1100110 110010 0 101 111010 10101110 100010 11111

Color Harmonies of #356B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B66

Black with #356B66

Text Example


Text Example

White with #356B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,107,102); }

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

background-color css

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

 a { background-color: rgb(53,107,102); }

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

border-color css

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

 span { border-color: rgb(53,107,102); }

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