Html Css Color HEX #357C71 Genoa

📋 copy color: '#357C71'

red 53 ◦ green 124 ◦ blue 113

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

Shades of Genoa #357C71

Tints of Genoa #357C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.76%

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 18.28%
G = 42.76%
B = 38.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#357C71 (or 0x357C71) is known color: Genoa. HEX triplet: 35, 7C and 71. RGB value is (53,124,113). Sum of RGB (Red+Green+Blue) = 53+124+113=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #357C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C71 is #CA838E. Grayscale: #656565. Windows color (decimal): -13271951 or 7437365. OLE color: 7437365.

HSL color Cylindrical-coordinate representation of color #357C71: hue angle of 170.7º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C71 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 113 -
CMYK 0.57 0 0.09 0.51
HSL 170.7º 0.4% 0.35% -
HSV(B) 170.7º 0.57% 0.49% -
XYZ 11.66 16.36 18.17 -
YUV 101.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 53 124 113 0.57 0 0.09 0.51 170.7 0.4 0.35
Hex 35 7C 71 39 0 9 33 AB 28 23
Octal 65 174 161 71 0 11 63 253 50 43
Binary 110101 1111100 1110001 111001 0 1001 110011 10101011 101000 100011

Color Harmonies of #357C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C71

Black with #357C71

Text Example


Text Example

White with #357C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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