Html Css Color HEX #357761 Genoa

📋 copy color: '#357761'

red 53 ◦ green 119 ◦ blue 97

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

Shades of Genoa #357761

Tints of Genoa #357761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.24%

 BLUE value IS 97 (38.28% from 255) = 36.06%

R = 19.7%
G = 44.24%
B = 36.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#357761 (or 0x357761) is known color: Genoa. HEX triplet: 35, 77 and 61. RGB value is (53,119,97). Sum of RGB (Red+Green+Blue) = 53+119+97=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #357761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357761 is #CA889E. Grayscale: #606060. Windows color (decimal): -13273247 or 6387509. OLE color: 6387509.

HSL color Cylindrical-coordinate representation of color #357761: hue angle of 160º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357761 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 97 -
CMYK 0.55 0 0.18 0.53
HSL 160º 0.38% 0.34% -
HSV(B) 160º 0.55% 0.47% -
XYZ 10.22 14.81 13.63 -
YUV 96.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 53 119 97 0.55 0 0.18 0.53 160 0.38 0.34
Hex 35 77 61 37 0 12 35 A0 26 22
Octal 65 167 141 67 0 22 65 240 46 42
Binary 110101 1110111 1100001 110111 0 10010 110101 10100000 100110 100010

Color Harmonies of #357761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357761

Black with #357761

Text Example


Text Example

White with #357761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357761; }

 p { color: rgb(53,119,97); }

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

background-color css

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

 a { background-color: rgb(53,119,97); }

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

border-color css

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

 span { border-color: rgb(53,119,97); }

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