Html Css Color HEX #357F71 Genoa

📋 copy color: '#357F71'

red 53 ◦ green 127 ◦ blue 113

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

Shades of Genoa #357F71

Tints of Genoa #357F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.57%

R = 18.09%
G = 43.34%
B = 38.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#357F71 (or 0x357F71) is known color: Genoa. HEX triplet: 35, 7F and 71. RGB value is (53,127,113). Sum of RGB (Red+Green+Blue) = 53+127+113=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 127 - color contains mainly: green. Hex color #357F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F71 is #CA808E. Grayscale: #676767. Windows color (decimal): -13271183 or 7438133. OLE color: 7438133.

HSL color Cylindrical-coordinate representation of color #357F71: hue angle of 168.65º 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 #357F71 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 127 113 -
CMYK 0.58 0 0.11 0.50
HSL 168.65º 0.41% 0.35% -
HSV(B) 168.65º 0.58% 0.5% -
XYZ 12.04 17.13 18.29 -
YUV 103.28 133.48 92.14 -
System Red Green Blue C M Y K H S L
Decimal 53 127 113 0.58 0 0.11 0.50 168.65 0.41 0.35
Hex 35 7F 71 3A 0 B 32 A9 29 23
Octal 65 177 161 72 0 13 62 251 51 43
Binary 110101 1111111 1110001 111010 0 1011 110010 10101001 101001 100011

Color Harmonies of #357F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357F71

Black with #357F71

Text Example


Text Example

White with #357F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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