Html Css Color HEX #357C70 Genoa

📋 copy color: '#357C70'

red 53 ◦ green 124 ◦ blue 112

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

Shades of Genoa #357C70

Tints of Genoa #357C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 18.34%
G = 42.91%
B = 38.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#357C70 (or 0x357C70) is known color: Genoa. HEX triplet: 35, 7C and 70. RGB value is (53,124,112). Sum of RGB (Red+Green+Blue) = 53+124+112=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #357C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C70 is #CA838F. Grayscale: #656565. Windows color (decimal): -13271952 or 7371829. OLE color: 7371829.

HSL color Cylindrical-coordinate representation of color #357C70: hue angle of 169.86º 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 #357C70 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 112 -
CMYK 0.57 0 0.10 0.51
HSL 169.86º 0.4% 0.35% -
HSV(B) 169.86º 0.57% 0.49% -
XYZ 11.6 16.34 17.87 -
YUV 101.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 53 124 112 0.57 0 0.10 0.51 169.86 0.4 0.35
Hex 35 7C 70 39 0 A 33 AA 28 23
Octal 65 174 160 71 0 12 63 252 50 43
Binary 110101 1111100 1110000 111001 0 1010 110011 10101010 101000 100011

Color Harmonies of #357C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C70

Black with #357C70

Text Example


Text Example

White with #357C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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