Html Css Color HEX #357163 Genoa

📋 copy color: '#357163'

red 53 ◦ green 113 ◦ blue 99

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

Shades of Genoa #357163

Tints of Genoa #357163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

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

R = 20%
G = 42.64%
B = 37.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#357163 (or 0x357163) is known color: Genoa. HEX triplet: 35, 71 and 63. RGB value is (53,113,99). Sum of RGB (Red+Green+Blue) = 53+113+99=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #357163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357163 is #CA8E9C. Grayscale: #5D5D5D. Windows color (decimal): -13274781 or 6517045. OLE color: 6517045.

HSL color Cylindrical-coordinate representation of color #357163: hue angle of 166º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357163 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 99 -
CMYK 0.53 0 0.12 0.56
HSL 166º 0.36% 0.33% -
HSV(B) 166º 0.53% 0.44% -
XYZ 9.63 13.47 13.9 -
YUV 93.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 53 113 99 0.53 0 0.12 0.56 166 0.36 0.33
Hex 35 71 63 35 0 C 38 A6 24 21
Octal 65 161 143 65 0 14 70 246 44 41
Binary 110101 1110001 1100011 110101 0 1100 111000 10100110 100100 100001

Color Harmonies of #357163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357163

Black with #357163

Text Example


Text Example

White with #357163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357163; }

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

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

background-color css

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

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

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

border-color css

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

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

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