#367C69

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

Shades of Genoa #367C69

Tints of Genoa #367C69

Color information

#367C69 (or 0x367C69) is unknown color: approx Genoa. HEX triplet: 36, 7C and 69. RGB value is (54,124,105). Sum of RGB (Red+Green+Blue) = 54+124+105=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #367C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C69 is #C98396. Grayscale: #646464. Windows color (decimal): -13206423 or 6913078. OLE color: 6913078.

HSL color Cylindrical-coordinate representation of color #367C69: hue angle of 163.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367C69 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB54124105-
CMYK0.5600.150.51
HSL163.71º39.33%34.9%-
HSV(B)163.71º56.45%48.63%-
XYZ11.2816.2215.9-
YUV100.9130.3194.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 124 (48.83% from 255) = 43.82%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=19.08%
G=43.82%
B=37.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541241050.5600.150.51163.7139.3334.9
Hex367C69380F33a42723
Octal6617415170017632444743
Binary110110111110011010011110000111111001110100100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367C69; }

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

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

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

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

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

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

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

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