Html Css Color HEX #356965 Genoa

📋 copy color: '#356965'

red 53 ◦ green 105 ◦ blue 101

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

Shades of Genoa #356965

Tints of Genoa #356965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.54%

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

R = 20.46%
G = 40.54%
B = 39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#356965 (or 0x356965) is known color: Genoa. HEX triplet: 35, 69 and 65. RGB value is (53,105,101). Sum of RGB (Red+Green+Blue) = 53+105+101=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #356965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356965 is #CA969A. Grayscale: #585858. Windows color (decimal): -13276827 or 6646069. OLE color: 6646069.

HSL color Cylindrical-coordinate representation of color #356965: hue angle of 175.38º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356965 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 101 -
CMYK 0.50 0 0.04 0.59
HSL 175.38º 0.33% 0.31% -
HSV(B) 175.38º 0.5% 0.41% -
XYZ 8.87 11.8 14.12 -
YUV 89 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 53 105 101 0.50 0 0.04 0.59 175.38 0.33 0.31
Hex 35 69 65 32 0 4 3B AF 21 1F
Octal 65 151 145 62 0 4 73 257 41 37
Binary 110101 1101001 1100101 110010 0 100 111011 10101111 100001 11111

Color Harmonies of #356965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356965

Black with #356965

Text Example


Text Example

White with #356965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356965; }

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

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

background-color css

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

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

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

border-color css

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

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

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