Html Css Color HEX #357A70 Genoa

📋 copy color: '#357A70'

red 53 ◦ green 122 ◦ blue 112

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

Shades of Genoa #357A70

Tints of Genoa #357A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.51%

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

R = 18.47%
G = 42.51%
B = 39.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#357A70 (or 0x357A70) is known color: Genoa. HEX triplet: 35, 7A and 70. RGB value is (53,122,112). Sum of RGB (Red+Green+Blue) = 53+122+112=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #357A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A70 is #CA858F. Grayscale: #646464. Windows color (decimal): -13272464 or 7371317. OLE color: 7371317.

HSL color Cylindrical-coordinate representation of color #357A70: hue angle of 171.3º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A70 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 122 112 -
CMYK 0.57 0 0.08 0.52
HSL 171.3º 0.39% 0.34% -
HSV(B) 171.3º 0.57% 0.48% -
XYZ 11.35 15.85 17.79 -
YUV 100.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 53 122 112 0.57 0 0.08 0.52 171.3 0.39 0.34
Hex 35 7A 70 39 0 8 34 AB 27 22
Octal 65 172 160 71 0 10 64 253 47 42
Binary 110101 1111010 1110000 111001 0 1000 110100 10101011 100111 100010

Color Harmonies of #357A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357A70

Black with #357A70

Text Example


Text Example

White with #357A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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