Html Css Color HEX #356966 Genoa

📋 copy color: '#356966'

red 53 ◦ green 105 ◦ blue 102

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

Shades of Genoa #356966

Tints of Genoa #356966

RGB

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

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

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

R = 20.38%
G = 40.38%
B = 39.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#356966 (or 0x356966) is known color: Genoa. HEX triplet: 35, 69 and 66. RGB value is (53,105,102). Sum of RGB (Red+Green+Blue) = 53+105+102=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #356966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356966 is #CA9699. Grayscale: #595959. Windows color (decimal): -13276826 or 6711605. OLE color: 6711605.

HSL color Cylindrical-coordinate representation of color #356966: hue angle of 176.54º 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 #356966 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 102 -
CMYK 0.50 0 0.03 0.59
HSL 176.54º 0.33% 0.31% -
HSV(B) 176.54º 0.5% 0.41% -
XYZ 8.92 11.82 14.38 -
YUV 89.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 53 105 102 0.50 0 0.03 0.59 176.54 0.33 0.31
Hex 35 69 66 32 0 3 3B B1 21 1F
Octal 65 151 146 62 0 3 73 261 41 37
Binary 110101 1101001 1100110 110010 0 11 111011 10110001 100001 11111

Color Harmonies of #356966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356966

Black with #356966

Text Example


Text Example

White with #356966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356966; }

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

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

background-color css

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

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

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

border-color css

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

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

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