#367068

Color #367068 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #367068

Tints of Genoa #367068

Color information

#367068 (or 0x367068) is unknown color: approx Genoa. HEX triplet: 36, 70 and 68. RGB value is (54,112,104). Sum of RGB (Red+Green+Blue) = 54+112+104=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #367068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367068 is #C98F97. Grayscale: #5D5D5D. Windows color (decimal): -13209496 or 6844470. OLE color: 6844470.

HSL color Cylindrical-coordinate representation of color #367068: hue angle of 171.72º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367068 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB54112104-
CMYK0.5200.070.56
HSL171.72º34.94%32.55%-
HSV(B)171.72º51.79%43.92%-
XYZ9.8113.3715.16-
YUV93.75133.7899.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=20%
G=41.48%
B=38.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541121040.5200.070.56171.7234.9432.55
Hex367068340738ac2321
Octal661601506407702544341
Binary11011011100001101000110100011111100010101100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367068; }

 p { color: rgb(54,112,104); }

 H1.HeaderClassName
 {
   color: #367068;
 }
 .AnyTagClassName
 {
   color: #367068;
 }
</style>
background-color css

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

 a { background-color: rgb(54,112,104); }

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

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

 span { border-color: rgb(54,112,104); }

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