#367069

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

Shades of Genoa #367069

Tints of Genoa #367069

Color information

#367069 (or 0x367069) is unknown color: approx Genoa. HEX triplet: 36, 70 and 69. RGB value is (54,112,105). Sum of RGB (Red+Green+Blue) = 54+112+105=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #367069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367069 is #C98F96. Grayscale: #5D5D5D. Windows color (decimal): -13209495 or 6910006. OLE color: 6910006.

HSL color Cylindrical-coordinate representation of color #367069: hue angle of 172.76º 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 #367069 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB54112105-
CMYK0.5200.060.56
HSL172.76º34.94%32.55%-
HSV(B)172.76º51.79%43.92%-
XYZ9.8713.3915.43-
YUV93.86134.2899.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=19.93%
G=41.33%
B=38.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541121050.5200.060.56172.7634.9432.55
Hex367069340638ad2321
Octal661601516406702554341
Binary11011011100001101001110100011011100010101101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367069; }

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

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

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

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

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

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

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

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