Html Css Color HEX #384944 Corduroy

📋 copy color: '#384944'

red 56 ◦ green 73 ◦ blue 68

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

Shades of Corduroy #384944

Tints of Corduroy #384944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.52%

R = 28.43%
G = 37.06%
B = 34.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#384944 (or 0x384944) is known color: Corduroy. HEX triplet: 38, 49 and 44. RGB value is (56,73,68). Sum of RGB (Red+Green+Blue) = 56+73+68=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #384944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384944 is #C7B6BB. Grayscale: #434343. Windows color (decimal): -13088444 or 4475192. OLE color: 4475192.

HSL color Cylindrical-coordinate representation of color #384944: hue angle of 162.35º 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 #384944 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 68 -
CMYK 0.23 0 0.07 0.71
HSL 162.35º 0.13% 0.25% -
HSV(B) 162.35º 0.23% 0.29% -
XYZ 5.06 6.02 6.36 -
YUV 67.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 56 73 68 0.23 0 0.07 0.71 162.35 0.13 0.25
Hex 38 49 44 17 0 7 47 A2 D 19
Octal 70 111 104 27 0 7 107 242 15 31
Binary 111000 1001001 1000100 10111 0 111 1000111 10100010 1101 11001

Color Harmonies of #384944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384944

Black with #384944

Text Example


Text Example

White with #384944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384944; }

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

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

background-color css

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

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

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

border-color css

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

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

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