Html Css Color HEX #384942 Corduroy

📋 copy color: '#384942'

red 56 ◦ green 73 ◦ blue 66

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

Shades of Corduroy #384942

Tints of Corduroy #384942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

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

R = 28.72%
G = 37.44%
B = 33.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#384942 (or 0x384942) is known color: Corduroy. HEX triplet: 38, 49 and 42. RGB value is (56,73,66). Sum of RGB (Red+Green+Blue) = 56+73+66=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #384942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384942 is #C7B6BD. Grayscale: #434343. Windows color (decimal): -13088446 or 4344120. OLE color: 4344120.

HSL color Cylindrical-coordinate representation of color #384942: hue angle of 155.29º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #384942 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 66 -
CMYK 0.23 0 0.10 0.71
HSL 155.29º 0.13% 0.25% -
HSV(B) 155.29º 0.23% 0.29% -
XYZ 5 6 6.05 -
YUV 67.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 56 73 66 0.23 0 0.10 0.71 155.29 0.13 0.25
Hex 38 49 42 17 0 A 47 9B D 19
Octal 70 111 102 27 0 12 107 233 15 31
Binary 111000 1001001 1000010 10111 0 1010 1000111 10011011 1101 11001

Color Harmonies of #384942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384942

Black with #384942

Text Example


Text Example

White with #384942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384942; }

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

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

background-color css

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

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

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

border-color css

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

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

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