Html Css Color HEX #357466 Genoa

📋 copy color: '#357466'

red 53 ◦ green 116 ◦ blue 102

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

Shades of Genoa #357466

Tints of Genoa #357466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

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

R = 19.56%
G = 42.8%
B = 37.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#357466 (or 0x357466) is known color: Genoa. HEX triplet: 35, 74 and 66. RGB value is (53,116,102). Sum of RGB (Red+Green+Blue) = 53+116+102=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #357466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357466 is #CA8B99. Grayscale: #5F5F5F. Windows color (decimal): -13274010 or 6714421. OLE color: 6714421.

HSL color Cylindrical-coordinate representation of color #357466: hue angle of 166.67º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357466 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 116 102 -
CMYK 0.54 0 0.12 0.55
HSL 166.67º 0.37% 0.33% -
HSV(B) 166.67º 0.54% 0.45% -
XYZ 10.11 14.21 14.78 -
YUV 95.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 53 116 102 0.54 0 0.12 0.55 166.67 0.37 0.33
Hex 35 74 66 36 0 C 37 A7 25 21
Octal 65 164 146 66 0 14 67 247 45 41
Binary 110101 1110100 1100110 110110 0 1100 110111 10100111 100101 100001

Color Harmonies of #357466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357466

Black with #357466

Text Example


Text Example

White with #357466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357466; }

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

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

background-color css

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

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

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

border-color css

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

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

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