Html Css Color HEX #42514B Corduroy

📋 copy color: '#42514B'

red 66 ◦ green 81 ◦ blue 75

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

Shades of Corduroy #42514B

Tints of Corduroy #42514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.78%

R = 29.73%
G = 36.49%
B = 33.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#42514B (or 0x42514B) is known color: Corduroy. HEX triplet: 42, 51 and 4B. RGB value is (66,81,75). Sum of RGB (Red+Green+Blue) = 66+81+75=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #42514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42514B is #BDAEB4. Grayscale: #4B4B4B. Windows color (decimal): -12431029 or 4936002. OLE color: 4936002.

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

Color convert

RGB 66 81 75 -
CMYK 0.19 0 0.07 0.68
HSL 156º 0.1% 0.29% -
HSV(B) 156º 0.19% 0.32% -
XYZ 6.46 7.55 7.77 -
YUV 75.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 66 81 75 0.19 0 0.07 0.68 156 0.1 0.29
Hex 42 51 4B 13 0 7 44 9C A 1D
Octal 102 121 113 23 0 7 104 234 12 35
Binary 1000010 1010001 1001011 10011 0 111 1000100 10011100 1010 11101

Color Harmonies of #42514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42514B

Black with #42514B

Text Example


Text Example

White with #42514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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