Html Css Color HEX #42514C Corduroy

📋 copy color: '#42514C'

red 66 ◦ green 81 ◦ blue 76

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

Shades of Corduroy #42514C

Tints of Corduroy #42514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.32%

 BLUE value IS 76 (30.08% from 255) = 34.08%

R = 29.6%
G = 36.32%
B = 34.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#42514C (or 0x42514C) is known color: Corduroy. HEX triplet: 42, 51 and 4C. RGB value is (66,81,76). Sum of RGB (Red+Green+Blue) = 66+81+76=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 81 - color contains mainly: green. Hex color #42514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42514C is #BDAEB3. Grayscale: #4B4B4B. Windows color (decimal): -12431028 or 5001538. OLE color: 5001538.

HSL color Cylindrical-coordinate representation of color #42514C: hue angle of 160º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #42514C is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 76 -
CMYK 0.19 0 0.06 0.68
HSL 160º 0.1% 0.29% -
HSV(B) 160º 0.19% 0.32% -
XYZ 6.49 7.56 7.96 -
YUV 75.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 66 81 76 0.19 0 0.06 0.68 160 0.1 0.29
Hex 42 51 4C 13 0 6 44 A0 A 1D
Octal 102 121 114 23 0 6 104 240 12 35
Binary 1000010 1010001 1001100 10011 0 110 1000100 10100000 1010 11101

Color Harmonies of #42514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42514C

Black with #42514C

Text Example


Text Example

White with #42514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42514C; }

 p { color: rgb(66,81,76); }

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

background-color css

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

 a { background-color: rgb(66,81,76); }

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

border-color css

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

 span { border-color: rgb(66,81,76); }

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