Html Css Color HEX #356A63 Genoa

📋 copy color: '#356A63'

red 53 ◦ green 106 ◦ blue 99

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

Shades of Genoa #356A63

Tints of Genoa #356A63

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.09%

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 20.54%
G = 41.09%
B = 38.37%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#356A63 (or 0x356A63) is known color: Genoa. HEX triplet: 35, 6A and 63. RGB value is (53,106,99). Sum of RGB (Red+Green+Blue) = 53+106+99=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #356A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A63 is #CA959C. Grayscale: #595959. Windows color (decimal): -13276573 or 6515253. OLE color: 6515253.

HSL color Cylindrical-coordinate representation of color #356A63: hue angle of 172.08º degrees, saturation: 0.33, 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 #356A63 is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 106 99 -
CMYK 0.5 0 0.07 0.58
HSL 172.08º 0.33% 0.31% -
HSV(B) 172.08º 0.5% 0.42% -
XYZ 8.87 11.97 13.65 -
YUV 89.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 53 106 99 0.5 0 0.07 0.58 172.08 0.33 0.31
Hex 35 6A 63 32 0 7 3A AC 21 1F
Octal 65 152 143 62 0 7 72 254 41 37
Binary 110101 1101010 1100011 110010 0 111 111010 10101100 100001 11111

Color Harmonies of #356A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356A63

Black with #356A63

Text Example


Text Example

White with #356A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,106,99); }

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

background-color css

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

 a { background-color: rgb(53,106,99); }

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

border-color css

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

 span { border-color: rgb(53,106,99); }

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