#36746B

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

Shades of Genoa #36746B

Tints of Genoa #36746B

Color information

#36746B (or 0x36746B) is unknown color: approx Genoa. HEX triplet: 36, 74 and 6B. RGB value is (54,116,107). Sum of RGB (Red+Green+Blue) = 54+116+107=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #36746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36746B is #C98B94. Grayscale: #606060. Windows color (decimal): -13208469 or 7042102. OLE color: 7042102.

HSL color Cylindrical-coordinate representation of color #36746B: hue angle of 171.29º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36746B is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB54116107-
CMYK0.5300.080.55
HSL171.29º36.47%33.33%-
HSV(B)171.29º53.45%45.49%-
XYZ10.4214.3416.13-
YUV96.44133.9697.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=19.49%
G=41.88%
B=38.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541161070.5300.080.55171.2936.4733.33
Hex36746B350837ab2421
Octal6616415365010672534441
Binary110110111010011010111101010100011011110101011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36746B; }

 p { color: rgb(54,116,107); }

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

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

 a { background-color: rgb(54,116,107); }

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

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

 span { border-color: rgb(54,116,107); }

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