Html Css Color HEX #424D48 Corduroy

📋 copy color: '#424D48'

red 66 ◦ green 77 ◦ blue 72

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

Shades of Corduroy #424D48

Tints of Corduroy #424D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.81%

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 30.7%
G = 35.81%
B = 33.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#424D48 (or 0x424D48) is known color: Corduroy. HEX triplet: 42, 4D and 48. RGB value is (66,77,72). Sum of RGB (Red+Green+Blue) = 66+77+72=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 77 - color contains mainly: green. Hex color #424D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D48 is #BDB2B7. Grayscale: #494949. Windows color (decimal): -12432056 or 4738370. OLE color: 4738370.

HSL color Cylindrical-coordinate representation of color #424D48: hue angle of 152.73º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #424D48 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 77 72 -
CMYK 0.14 0 0.06 0.70
HSL 152.73º 0.08% 0.28% -
HSV(B) 152.73º 0.14% 0.3% -
XYZ 6.07 6.93 7.15 -
YUV 73.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 66 77 72 0.14 0 0.06 0.70 152.73 0.08 0.28
Hex 42 4D 48 E 0 6 46 99 8 1C
Octal 102 115 110 16 0 6 106 231 10 34
Binary 1000010 1001101 1001000 1110 0 110 1000110 10011001 1000 11100

Color Harmonies of #424D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D48

Black with #424D48

Text Example


Text Example

White with #424D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424D48; }

 p { color: rgb(66,77,72); }

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

background-color css

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

 a { background-color: rgb(66,77,72); }

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

border-color css

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

 span { border-color: rgb(66,77,72); }

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