Html Css Color HEX #357464 Genoa

📋 copy color: '#357464'

red 53 ◦ green 116 ◦ blue 100

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

Shades of Genoa #357464

Tints of Genoa #357464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.17%

R = 19.7%
G = 43.12%
B = 37.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#357464 (or 0x357464) is known color: Genoa. HEX triplet: 35, 74 and 64. RGB value is (53,116,100). Sum of RGB (Red+Green+Blue) = 53+116+100=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #357464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357464 is #CA8B9B. Grayscale: #5F5F5F. Windows color (decimal): -13274012 or 6583349. OLE color: 6583349.

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

Color convert

RGB 53 116 100 -
CMYK 0.54 0 0.14 0.55
HSL 164.76º 0.37% 0.33% -
HSV(B) 164.76º 0.54% 0.45% -
XYZ 10.01 14.17 14.26 -
YUV 95.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 53 116 100 0.54 0 0.14 0.55 164.76 0.37 0.33
Hex 35 74 64 36 0 E 37 A5 25 21
Octal 65 164 144 66 0 16 67 245 45 41
Binary 110101 1110100 1100100 110110 0 1110 110111 10100101 100101 100001

Color Harmonies of #357464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357464

Black with #357464

Text Example


Text Example

White with #357464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357464; }

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

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

background-color css

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

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

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

border-color css

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

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

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