Html Css Color HEX #357766 Genoa

📋 copy color: '#357766'

red 53 ◦ green 119 ◦ blue 102

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

Shades of Genoa #357766

Tints of Genoa #357766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.23%

R = 19.34%
G = 43.43%
B = 37.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#357766 (or 0x357766) is known color: Genoa. HEX triplet: 35, 77 and 66. RGB value is (53,119,102). Sum of RGB (Red+Green+Blue) = 53+119+102=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #357766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357766 is #CA8899. Grayscale: #616161. Windows color (decimal): -13273242 or 6715189. OLE color: 6715189.

HSL color Cylindrical-coordinate representation of color #357766: hue angle of 164.55º 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 #357766 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 102 -
CMYK 0.55 0 0.14 0.53
HSL 164.55º 0.38% 0.34% -
HSV(B) 164.55º 0.55% 0.47% -
XYZ 10.46 14.91 14.9 -
YUV 97.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 53 119 102 0.55 0 0.14 0.53 164.55 0.38 0.34
Hex 35 77 66 37 0 E 35 A5 26 22
Octal 65 167 146 67 0 16 65 245 46 42
Binary 110101 1110111 1100110 110111 0 1110 110101 10100101 100110 100010

Color Harmonies of #357766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357766

Black with #357766

Text Example


Text Example

White with #357766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357766; }

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

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

background-color css

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

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

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

border-color css

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

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

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