Html Css Color HEX #357F76 Genoa

📋 copy color: '#357F76'

red 53 ◦ green 127 ◦ blue 118

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

Shades of Genoa #357F76

Tints of Genoa #357F76

RGB

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

 GREEN value IS 127 (50% from 255) = 42.62%

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 17.79%
G = 42.62%
B = 39.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#357F76 (or 0x357F76) is known color: Genoa. HEX triplet: 35, 7F and 76. RGB value is (53,127,118). Sum of RGB (Red+Green+Blue) = 53+127+118=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 127 - color contains mainly: green. Hex color #357F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F76 is #CA8089. Grayscale: #676767. Windows color (decimal): -13271178 or 7765813. OLE color: 7765813.

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

Color convert

RGB 53 127 118 -
CMYK 0.58 0 0.07 0.50
HSL 172.7º 0.41% 0.35% -
HSV(B) 172.7º 0.58% 0.5% -
XYZ 12.33 17.24 19.82 -
YUV 103.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 53 127 118 0.58 0 0.07 0.50 172.7 0.41 0.35
Hex 35 7F 76 3A 0 7 32 AD 29 23
Octal 65 177 166 72 0 7 62 255 51 43
Binary 110101 1111111 1110110 111010 0 111 110010 10101101 101001 100011

Color Harmonies of #357F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357F76

Black with #357F76

Text Example


Text Example

White with #357F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,127,118); }

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

background-color css

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

 a { background-color: rgb(53,127,118); }

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

border-color css

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

 span { border-color: rgb(53,127,118); }

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