Html Css Color HEX #356962 Genoa

📋 copy color: '#356962'

red 53 ◦ green 105 ◦ blue 98

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

Shades of Genoa #356962

Tints of Genoa #356962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 20.7%
G = 41.02%
B = 38.28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#356962 (or 0x356962) is known color: Genoa. HEX triplet: 35, 69 and 62. RGB value is (53,105,98). Sum of RGB (Red+Green+Blue) = 53+105+98=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #356962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356962 is #CA969D. Grayscale: #585858. Windows color (decimal): -13276830 or 6449461. OLE color: 6449461.

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

Color convert

RGB 53 105 98 -
CMYK 0.50 0 0.07 0.59
HSL 171.92º 0.33% 0.31% -
HSV(B) 171.92º 0.5% 0.41% -
XYZ 8.72 11.74 13.36 -
YUV 88.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 53 105 98 0.50 0 0.07 0.59 171.92 0.33 0.31
Hex 35 69 62 32 0 7 3B AC 21 1F
Octal 65 151 142 62 0 7 73 254 41 37
Binary 110101 1101001 1100010 110010 0 111 111011 10101100 100001 11111

Color Harmonies of #356962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356962

Black with #356962

Text Example


Text Example

White with #356962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356962; }

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

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

background-color css

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

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

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

border-color css

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

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

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