Html Css Color HEX #358070 Genoa

📋 copy color: '#358070'

red 53 ◦ green 128 ◦ blue 112

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

Shades of Genoa #358070

Tints of Genoa #358070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.69%

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

R = 18.09%
G = 43.69%
B = 38.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#358070 (or 0x358070) is known color: Genoa. HEX triplet: 35, 80 and 70. RGB value is (53,128,112). Sum of RGB (Red+Green+Blue) = 53+128+112=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #358070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358070 is #CA7F8F. Grayscale: #676767. Windows color (decimal): -13270928 or 7372853. OLE color: 7372853.

HSL color Cylindrical-coordinate representation of color #358070: hue angle of 167.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358070 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 128 112 -
CMYK 0.59 0 0.12 0.50
HSL 167.2º 0.41% 0.35% -
HSV(B) 167.2º 0.59% 0.5% -
XYZ 12.11 17.37 18.04 -
YUV 103.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 53 128 112 0.59 0 0.12 0.50 167.2 0.41 0.35
Hex 35 80 70 3B 0 C 32 A7 29 23
Octal 65 200 160 73 0 14 62 247 51 43
Binary 110101 10000000 1110000 111011 0 1100 110010 10100111 101001 100011

Color Harmonies of #358070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358070

Black with #358070

Text Example


Text Example

White with #358070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358070; }

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

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

background-color css

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

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

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

border-color css

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

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

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