#367D6A

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

Shades of Genoa #367D6A

Tints of Genoa #367D6A

Color information

#367D6A (or 0x367D6A) is unknown color: approx Genoa. HEX triplet: 36, 7D and 6A. RGB value is (54,125,106). Sum of RGB (Red+Green+Blue) = 54+125+106=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #367D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D6A is #C98295. Grayscale: #656565. Windows color (decimal): -13206166 or 6978870. OLE color: 6978870.

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

Color convert

RGB54125106-
CMYK0.5700.150.51
HSL163.94º39.66%35.1%-
HSV(B)163.94º56.8%49.02%-
XYZ11.4616.4916.22-
YUV101.6130.4894.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 125 (49.22% from 255) = 43.86%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=18.95%
G=43.86%
B=37.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541251060.5700.150.51163.9439.6635.1
Hex367D6A390F33a42823
Octal6617515271017632445043
Binary110110111110111010101110010111111001110100100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,125,106); }

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

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

 a { background-color: rgb(54,125,106); }

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

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

 span { border-color: rgb(54,125,106); }

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