#42534E

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

Shades of Corduroy #42534E

Tints of Corduroy #42534E

Color information

#42534E (or 0x42534E) is unknown color: approx Corduroy. HEX triplet: 42, 53 and 4E. RGB value is (66,83,78). Sum of RGB (Red+Green+Blue) = 66+83+78=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #42534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42534E is #BDACB1. Grayscale: #4D4D4D. Windows color (decimal): -12430514 or 5133122. OLE color: 5133122.

HSL color Cylindrical-coordinate representation of color #42534E: hue angle of 162.35º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #42534E is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB668378-
CMYK0.2000.060.67
HSL162.35º11.41%29.22%-
HSV(B)162.35º20.48%32.55%-
XYZ6.727.898.38-
YUV77.35128.37119.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=29.07%
G=36.56%
B=34.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683780.2000.060.67162.3511.4129.22
Hex42534E140643a2b1d
Octal10212311624061032421335
Binary100001010100111001110101000110100001110100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42534E; }

 p { color: rgb(66,83,78); }

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

<style>
 a { background-color: #42534E; }

 a { background-color: rgb(66,83,78); }

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

<style>
 span { border-color: #42534E; }

 span { border-color: rgb(66,83,78); }

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