Html Css Color HEX #42554F Corduroy

📋 copy color: '#42554F'

red 66 ◦ green 85 ◦ blue 79

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

Shades of Corduroy #42554F

Tints of Corduroy #42554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 79 (31.25% from 255) = 34.35%

R = 28.7%
G = 36.96%
B = 34.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#42554F (or 0x42554F) is known color: Corduroy. HEX triplet: 42, 55 and 4F. RGB value is (66,85,79). Sum of RGB (Red+Green+Blue) = 66+85+79=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #42554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42554F is #BDAAB0. Grayscale: #4E4E4E. Windows color (decimal): -12430001 or 5199170. OLE color: 5199170.

HSL color Cylindrical-coordinate representation of color #42554F: hue angle of 161.05º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #42554F is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 79 -
CMYK 0.22 0 0.07 0.67
HSL 161.05º 0.13% 0.3% -
HSV(B) 161.05º 0.22% 0.33% -
XYZ 6.91 8.22 8.62 -
YUV 78.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 66 85 79 0.22 0 0.07 0.67 161.05 0.13 0.3
Hex 42 55 4F 16 0 7 43 A1 D 1E
Octal 102 125 117 26 0 7 103 241 15 36
Binary 1000010 1010101 1001111 10110 0 111 1000011 10100001 1101 11110

Color Harmonies of #42554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42554F

Black with #42554F

Text Example


Text Example

White with #42554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42554F; }

 p { color: rgb(66,85,79); }

 H1.HeaderClassName
 {
   color: #42554F;
 }
 .AnyTagClassName
 {
   color: #42554F;
 }
</style>

background-color css

<style>
 a { background-color: #42554F; }

 a { background-color: rgb(66,85,79); }

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

border-color css

<style>
 span { border-color: #42554F; }

 span { border-color: rgb(66,85,79); }

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