Html Css Color HEX #42534D Corduroy

📋 copy color: '#42534D'

red 66 ◦ green 83 ◦ blue 77

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

Shades of Corduroy #42534D

Tints of Corduroy #42534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.73%

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 29.2%
G = 36.73%
B = 34.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#42534D (or 0x42534D) is known color: Corduroy. HEX triplet: 42, 53 and 4D. RGB value is (66,83,77). Sum of RGB (Red+Green+Blue) = 66+83+77=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #42534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42534D is #BDACB2. Grayscale: #4D4D4D. Windows color (decimal): -12430515 or 5067586. OLE color: 5067586.

HSL color Cylindrical-coordinate representation of color #42534D: hue angle of 158.82º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #42534D is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 77 -
CMYK 0.20 0 0.07 0.67
HSL 158.82º 0.11% 0.29% -
HSV(B) 158.82º 0.2% 0.33% -
XYZ 6.68 7.88 8.19 -
YUV 77.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 66 83 77 0.20 0 0.07 0.67 158.82 0.11 0.29
Hex 42 53 4D 14 0 7 43 9F B 1D
Octal 102 123 115 24 0 7 103 237 13 35
Binary 1000010 1010011 1001101 10100 0 111 1000011 10011111 1011 11101

Color Harmonies of #42534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42534D

Black with #42534D

Text Example


Text Example

White with #42534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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