#364F45

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

Shades of Corduroy #364F45

Tints of Corduroy #364F45

Color information

#364F45 (or 0x364F45) is unknown color: approx Corduroy. HEX triplet: 36, 4F and 45. RGB value is (54,79,69). Sum of RGB (Red+Green+Blue) = 54+79+69=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 79 - color contains mainly: green. Hex color #364F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364F45 is #C9B0BA. Grayscale: #464646. Windows color (decimal): -13217979 or 4542262. OLE color: 4542262.

HSL color Cylindrical-coordinate representation of color #364F45: hue angle of 156º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #364F45 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB547969-
CMYK0.3200.130.69
HSL156º18.8%26.08%-
HSV(B)156º31.65%30.98%-
XYZ5.396.816.66-
YUV70.39127.22116.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 79 (31.25% from 255) = 39.11%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=26.73%
G=39.11%
B=34.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5479690.3200.130.6915618.826.08
Hex364F45200D459c131a
Octal66117105400151052342332
Binary11011010011111000101100000011011000101100111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364F45; }

 p { color: rgb(54,79,69); }

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

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

 a { background-color: rgb(54,79,69); }

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

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

 span { border-color: rgb(54,79,69); }

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