Html Css Color HEX #356B65 Genoa

📋 copy color: '#356B65'

red 53 ◦ green 107 ◦ blue 101

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

Shades of Genoa #356B65

Tints of Genoa #356B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.7%

R = 20.31%
G = 41%
B = 38.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#356B65 (or 0x356B65) is known color: Genoa. HEX triplet: 35, 6B and 65. RGB value is (53,107,101). Sum of RGB (Red+Green+Blue) = 53+107+101=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #356B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B65 is #CA949A. Grayscale: #5A5A5A. Windows color (decimal): -13276315 or 6646581. OLE color: 6646581.

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

Color convert

RGB 53 107 101 -
CMYK 0.50 0 0.06 0.58
HSL 173.33º 0.34% 0.31% -
HSV(B) 173.33º 0.5% 0.42% -
XYZ 9.07 12.21 14.19 -
YUV 90.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 53 107 101 0.50 0 0.06 0.58 173.33 0.34 0.31
Hex 35 6B 65 32 0 6 3A AD 22 1F
Octal 65 153 145 62 0 6 72 255 42 37
Binary 110101 1101011 1100101 110010 0 110 111010 10101101 100010 11111

Color Harmonies of #356B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B65

Black with #356B65

Text Example


Text Example

White with #356B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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