Html Css Color HEX #424544 Corduroy

📋 copy color: '#424544'

red 66 ◦ green 69 ◦ blue 68

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

Shades of Corduroy #424544

Tints of Corduroy #424544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 32.51%
G = 33.99%
B = 33.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#424544 (or 0x424544) is known color: Corduroy. HEX triplet: 42, 45 and 44. RGB value is (66,69,68). Sum of RGB (Red+Green+Blue) = 66+69+68=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 69 - color contains mainly: green. Hex color #424544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424544 is #BDBABB. Grayscale: #434343. Windows color (decimal): -12434108 or 4474178. OLE color: 4474178.

HSL color Cylindrical-coordinate representation of color #424544: hue angle of 160º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #424544 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 68 -
CMYK 0.04 0 0.01 0.73
HSL 160º 0.02% 0.26% -
HSV(B) 160º 0.04% 0.27% -
XYZ 5.42 5.83 6.31 -
YUV 67.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 66 69 68 0.04 0 0.01 0.73 160 0.02 0.26
Hex 42 45 44 4 0 1 49 A0 2 1A
Octal 102 105 104 4 0 1 111 240 2 32
Binary 1000010 1000101 1000100 100 0 1 1001001 10100000 10 11010

Color Harmonies of #424544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424544

Black with #424544

Text Example


Text Example

White with #424544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424544; }

 p { color: rgb(66,69,68); }

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

background-color css

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

 a { background-color: rgb(66,69,68); }

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

border-color css

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

 span { border-color: rgb(66,69,68); }

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