Html Css Color HEX #42514E Corduroy

📋 copy color: '#42514E'

red 66 ◦ green 81 ◦ blue 78

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

Shades of Corduroy #42514E

Tints of Corduroy #42514E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 29.33%
G = 36%
B = 34.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#42514E (or 0x42514E) is known color: Corduroy. HEX triplet: 42, 51 and 4E. RGB value is (66,81,78). Sum of RGB (Red+Green+Blue) = 66+81+78=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #42514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42514E is #BDAEB1. Grayscale: #4C4C4C. Windows color (decimal): -12431026 or 5132610. OLE color: 5132610.

HSL color Cylindrical-coordinate representation of color #42514E: hue angle of 168º 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 #42514E is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 78 -
CMYK 0.19 0 0.04 0.68
HSL 168º 0.1% 0.29% -
HSV(B) 168º 0.19% 0.32% -
XYZ 6.56 7.59 8.33 -
YUV 76.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 66 81 78 0.19 0 0.04 0.68 168 0.1 0.29
Hex 42 51 4E 13 0 4 44 A8 A 1D
Octal 102 121 116 23 0 4 104 250 12 35
Binary 1000010 1010001 1001110 10011 0 100 1000100 10101000 1010 11101

Color Harmonies of #42514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42514E

Black with #42514E

Text Example


Text Example

White with #42514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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