Html Css Color HEX #357662 Genoa

📋 copy color: '#357662'

red 53 ◦ green 118 ◦ blue 98

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

Shades of Genoa #357662

Tints of Genoa #357662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 19.7%
G = 43.87%
B = 36.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#357662 (or 0x357662) is known color: Genoa. HEX triplet: 35, 76 and 62. RGB value is (53,118,98). Sum of RGB (Red+Green+Blue) = 53+118+98=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #357662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357662 is #CA899D. Grayscale: #606060. Windows color (decimal): -13273502 or 6452789. OLE color: 6452789.

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

Color convert

RGB 53 118 98 -
CMYK 0.55 0 0.17 0.54
HSL 161.54º 0.38% 0.34% -
HSV(B) 161.54º 0.55% 0.46% -
XYZ 10.15 14.6 13.84 -
YUV 96.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 53 118 98 0.55 0 0.17 0.54 161.54 0.38 0.34
Hex 35 76 62 37 0 11 36 A2 26 22
Octal 65 166 142 67 0 21 66 242 46 42
Binary 110101 1110110 1100010 110111 0 10001 110110 10100010 100110 100010

Color Harmonies of #357662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357662

Black with #357662

Text Example


Text Example

White with #357662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357662; }

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

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

background-color css

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

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

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

border-color css

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

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

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