#367D6E

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

Shades of Genoa #367D6E

Tints of Genoa #367D6E

Color information

#367D6E (or 0x367D6E) is unknown color: approx Genoa. HEX triplet: 36, 7D and 6E. RGB value is (54,125,110). Sum of RGB (Red+Green+Blue) = 54+125+110=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #367D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D6E is #C98291. Grayscale: #666666. Windows color (decimal): -13206162 or 7241014. OLE color: 7241014.

HSL color Cylindrical-coordinate representation of color #367D6E: hue angle of 167.32º 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 #367D6E is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB54125110-
CMYK0.5700.120.51
HSL167.32º39.66%35.1%-
HSV(B)167.32º56.8%49.02%-
XYZ11.6716.5817.34-
YUV102.06132.4893.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=18.69%
G=43.25%
B=38.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541251100.5700.120.51167.3239.6635.1
Hex367D6E390C33a72823
Octal6617515671014632475043
Binary110110111110111011101110010110011001110100111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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