#36534B

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

Shades of Corduroy #36534B

Tints of Corduroy #36534B

Color information

#36534B (or 0x36534B) is unknown color: approx Corduroy. HEX triplet: 36, 53 and 4B. RGB value is (54,83,75). Sum of RGB (Red+Green+Blue) = 54+83+75=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #36534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36534B is #C9ACB4. Grayscale: #494949. Windows color (decimal): -13216949 or 4936502. OLE color: 4936502.

HSL color Cylindrical-coordinate representation of color #36534B: hue angle of 163.45º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #36534B is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB548375-
CMYK0.3500.100.67
HSL163.45º21.17%26.86%-
HSV(B)163.45º34.94%32.55%-
XYZ5.887.487.79-
YUV73.42128.89114.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=25.47%
G=39.15%
B=35.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5483750.3500.100.67163.4521.1726.86
Hex36534B230A43a3151b
Octal66123113430121032432533
Binary11011010100111001011100011010101000011101000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,83,75); }

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

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

 a { background-color: rgb(54,83,75); }

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

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

 span { border-color: rgb(54,83,75); }

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