Html Css Color HEX #384742 Corduroy

📋 copy color: '#384742'

red 56 ◦ green 71 ◦ blue 66

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

Shades of Corduroy #384742

Tints of Corduroy #384742

RGB

 RED value IS 56 (22.27% from 255) = 29.02%

 GREEN value IS 71 (28.13% from 255) = 36.79%

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 29.02%
G = 36.79%
B = 34.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#384742 (or 0x384742) is known color: Corduroy. HEX triplet: 38, 47 and 42. RGB value is (56,71,66). Sum of RGB (Red+Green+Blue) = 56+71+66=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #384742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384742 is #C7B8BD. Grayscale: #414141. Windows color (decimal): -13088958 or 4343608. OLE color: 4343608.

HSL color Cylindrical-coordinate representation of color #384742: hue angle of 160º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #384742 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 66 -
CMYK 0.21 0 0.07 0.72
HSL 160º 0.12% 0.25% -
HSV(B) 160º 0.21% 0.28% -
XYZ 4.87 5.74 6.01 -
YUV 65.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 56 71 66 0.21 0 0.07 0.72 160 0.12 0.25
Hex 38 47 42 15 0 7 48 A0 C 19
Octal 70 107 102 25 0 7 110 240 14 31
Binary 111000 1000111 1000010 10101 0 111 1001000 10100000 1100 11001

Color Harmonies of #384742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384742

Black with #384742

Text Example


Text Example

White with #384742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384742; }

 p { color: rgb(56,71,66); }

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

background-color css

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

 a { background-color: rgb(56,71,66); }

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

border-color css

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

 span { border-color: rgb(56,71,66); }

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