Html Css Color HEX #357468 Genoa

📋 copy color: '#357468'

red 53 ◦ green 116 ◦ blue 104

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

Shades of Genoa #357468

Tints of Genoa #357468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 19.41%
G = 42.49%
B = 38.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#357468 (or 0x357468) is known color: Genoa. HEX triplet: 35, 74 and 68. RGB value is (53,116,104). Sum of RGB (Red+Green+Blue) = 53+116+104=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #357468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357468 is #CA8B97. Grayscale: #5F5F5F. Windows color (decimal): -13274008 or 6845493. OLE color: 6845493.

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

Color convert

RGB 53 116 104 -
CMYK 0.54 0 0.10 0.55
HSL 168.57º 0.37% 0.33% -
HSV(B) 168.57º 0.54% 0.45% -
XYZ 10.21 14.25 15.31 -
YUV 95.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 53 116 104 0.54 0 0.10 0.55 168.57 0.37 0.33
Hex 35 74 68 36 0 A 37 A9 25 21
Octal 65 164 150 66 0 12 67 251 45 41
Binary 110101 1110100 1101000 110110 0 1010 110111 10101001 100101 100001

Color Harmonies of #357468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357468

Black with #357468

Text Example


Text Example

White with #357468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357468; }

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

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

background-color css

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

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

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

border-color css

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

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

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