Html Css Color HEX #357666 Genoa

📋 copy color: '#357666'

red 53 ◦ green 118 ◦ blue 102

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

Shades of Genoa #357666

Tints of Genoa #357666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.22%

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

R = 19.41%
G = 43.22%
B = 37.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#357666 (or 0x357666) is known color: Genoa. HEX triplet: 35, 76 and 66. RGB value is (53,118,102). Sum of RGB (Red+Green+Blue) = 53+118+102=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #357666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357666 is #CA8999. Grayscale: #606060. Windows color (decimal): -13273498 or 6714933. OLE color: 6714933.

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

Color convert

RGB 53 118 102 -
CMYK 0.55 0 0.14 0.54
HSL 165.23º 0.38% 0.34% -
HSV(B) 165.23º 0.55% 0.46% -
XYZ 10.34 14.67 14.86 -
YUV 96.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 53 118 102 0.55 0 0.14 0.54 165.23 0.38 0.34
Hex 35 76 66 37 0 E 36 A5 26 22
Octal 65 166 146 67 0 16 66 245 46 42
Binary 110101 1110110 1100110 110111 0 1110 110110 10100101 100110 100010

Color Harmonies of #357666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357666

Black with #357666

Text Example


Text Example

White with #357666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357666; }

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

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

background-color css

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

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

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

border-color css

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

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

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