Html Css Color HEX #357363 Genoa

📋 copy color: '#357363'

red 53 ◦ green 115 ◦ blue 99

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

Shades of Genoa #357363

Tints of Genoa #357363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.07%

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

R = 19.85%
G = 43.07%
B = 37.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#357363 (or 0x357363) is known color: Genoa. HEX triplet: 35, 73 and 63. RGB value is (53,115,99). Sum of RGB (Red+Green+Blue) = 53+115+99=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #357363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357363 is #CA8C9C. Grayscale: #5E5E5E. Windows color (decimal): -13274269 or 6517557. OLE color: 6517557.

HSL color Cylindrical-coordinate representation of color #357363: hue angle of 164.52º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357363 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 115 99 -
CMYK 0.54 0 0.14 0.55
HSL 164.52º 0.37% 0.33% -
HSV(B) 164.52º 0.54% 0.45% -
XYZ 9.85 13.92 13.97 -
YUV 94.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 53 115 99 0.54 0 0.14 0.55 164.52 0.37 0.33
Hex 35 73 63 36 0 E 37 A5 25 21
Octal 65 163 143 66 0 16 67 245 45 41
Binary 110101 1110011 1100011 110110 0 1110 110111 10100101 100101 100001

Color Harmonies of #357363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357363

Black with #357363

Text Example


Text Example

White with #357363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357363; }

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

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

background-color css

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

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

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

border-color css

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

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

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