Html Css Color HEX #357160 Genoa

📋 copy color: '#357160'

red 53 ◦ green 113 ◦ blue 96

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

Shades of Genoa #357160

Tints of Genoa #357160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.64%

R = 20.23%
G = 43.13%
B = 36.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#357160 (or 0x357160) is known color: Genoa. HEX triplet: 35, 71 and 60. RGB value is (53,113,96). Sum of RGB (Red+Green+Blue) = 53+113+96=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #357160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357160 is #CA8E9F. Grayscale: #5D5D5D. Windows color (decimal): -13274784 or 6320437. OLE color: 6320437.

HSL color Cylindrical-coordinate representation of color #357160: hue angle of 163º 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 #357160 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 96 -
CMYK 0.53 0 0.15 0.56
HSL 163º 0.36% 0.33% -
HSV(B) 163º 0.53% 0.44% -
XYZ 9.48 13.41 13.16 -
YUV 93.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 53 113 96 0.53 0 0.15 0.56 163 0.36 0.33
Hex 35 71 60 35 0 F 38 A3 24 21
Octal 65 161 140 65 0 17 70 243 44 41
Binary 110101 1110001 1100000 110101 0 1111 111000 10100011 100100 100001

Color Harmonies of #357160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357160

Black with #357160

Text Example


Text Example

White with #357160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357160; }

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

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

background-color css

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

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

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

border-color css

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

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

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