Html Css Color HEX #42544F Corduroy

📋 copy color: '#42544F'

red 66 ◦ green 84 ◦ blue 79

#42544F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #42544F

Tints of Corduroy #42544F

RGB

 RED value IS 66 (26.17% from 255) = 28.82%

 GREEN value IS 84 (33.2% from 255) = 36.68%

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 28.82%
G = 36.68%
B = 34.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#42544F (or 0x42544F) is known color: Corduroy. HEX triplet: 42, 54 and 4F. RGB value is (66,84,79). Sum of RGB (Red+Green+Blue) = 66+84+79=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #42544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42544F is #BDABB0. Grayscale: #4E4E4E. Windows color (decimal): -12430257 or 5198914. OLE color: 5198914.

HSL color Cylindrical-coordinate representation of color #42544F: hue angle of 163.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #42544F is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 79 -
CMYK 0.21 0 0.06 0.67
HSL 163.33º 0.12% 0.29% -
HSV(B) 163.33º 0.21% 0.33% -
XYZ 6.83 8.06 8.59 -
YUV 78.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 66 84 79 0.21 0 0.06 0.67 163.33 0.12 0.29
Hex 42 54 4F 15 0 6 43 A3 C 1D
Octal 102 124 117 25 0 6 103 243 14 35
Binary 1000010 1010100 1001111 10101 0 110 1000011 10100011 1100 11101

Color Harmonies of #42544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42544F

Black with #42544F

Text Example


Text Example

White with #42544F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42544F; }

 p { color: rgb(66,84,79); }

 H1.HeaderClassName
 {
   color: #42544F;
 }
 .AnyTagClassName
 {
   color: #42544F;
 }
</style>

background-color css

<style>
 a { background-color: #42544F; }

 a { background-color: rgb(66,84,79); }

 div.DivClassName
 {
   background-color: #42544F;
 }
 .BgClassName
 {
   background-color: #42544F;
 }
</style>

border-color css

<style>
 span { border-color: #42544F; }

 span { border-color: rgb(66,84,79); }

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