Html Css Color HEX #357060 Genoa

📋 copy color: '#357060'

red 53 ◦ green 112 ◦ blue 96

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

Shades of Genoa #357060

Tints of Genoa #357060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

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

R = 20.31%
G = 42.91%
B = 36.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#357060 (or 0x357060) is known color: Genoa. HEX triplet: 35, 70 and 60. RGB value is (53,112,96). Sum of RGB (Red+Green+Blue) = 53+112+96=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #357060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357060 is #CA8F9F. Grayscale: #5C5C5C. Windows color (decimal): -13275040 or 6320181. OLE color: 6320181.

HSL color Cylindrical-coordinate representation of color #357060: hue angle of 163.73º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357060 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 96 -
CMYK 0.53 0 0.14 0.56
HSL 163.73º 0.36% 0.32% -
HSV(B) 163.73º 0.53% 0.44% -
XYZ 9.37 13.19 13.12 -
YUV 92.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 53 112 96 0.53 0 0.14 0.56 163.73 0.36 0.32
Hex 35 70 60 35 0 E 38 A4 24 20
Octal 65 160 140 65 0 16 70 244 44 40
Binary 110101 1110000 1100000 110101 0 1110 111000 10100100 100100 100000

Color Harmonies of #357060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357060

Black with #357060

Text Example


Text Example

White with #357060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357060; }

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

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

background-color css

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

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

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

border-color css

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

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

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