Html Css Color HEX #356964 Genoa

📋 copy color: '#356964'

red 53 ◦ green 105 ◦ blue 100

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

Shades of Genoa #356964

Tints of Genoa #356964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.76%

R = 20.54%
G = 40.7%
B = 38.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#356964 (or 0x356964) is known color: Genoa. HEX triplet: 35, 69 and 64. RGB value is (53,105,100). Sum of RGB (Red+Green+Blue) = 53+105+100=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #356964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356964 is #CA969B. Grayscale: #585858. Windows color (decimal): -13276828 or 6580533. OLE color: 6580533.

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

Color convert

RGB 53 105 100 -
CMYK 0.50 0 0.05 0.59
HSL 174.23º 0.33% 0.31% -
HSV(B) 174.23º 0.5% 0.41% -
XYZ 8.82 11.78 13.87 -
YUV 88.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 53 105 100 0.50 0 0.05 0.59 174.23 0.33 0.31
Hex 35 69 64 32 0 5 3B AE 21 1F
Octal 65 151 144 62 0 5 73 256 41 37
Binary 110101 1101001 1100100 110010 0 101 111011 10101110 100001 11111

Color Harmonies of #356964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356964

Black with #356964

Text Example


Text Example

White with #356964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356964; }

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

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

background-color css

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

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

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

border-color css

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

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

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