Html Css Color HEX #384E49 Corduroy

📋 copy color: '#384E49'

red 56 ◦ green 78 ◦ blue 73

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

Shades of Corduroy #384E49

Tints of Corduroy #384E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.68%

 BLUE value IS 73 (28.91% from 255) = 35.27%

R = 27.05%
G = 37.68%
B = 35.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#384E49 (or 0x384E49) is known color: Corduroy. HEX triplet: 38, 4E and 49. RGB value is (56,78,73). Sum of RGB (Red+Green+Blue) = 56+78+73=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 78 - color contains mainly: green. Hex color #384E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E49 is #C7B1B6. Grayscale: #464646. Windows color (decimal): -13087159 or 4804152. OLE color: 4804152.

HSL color Cylindrical-coordinate representation of color #384E49: hue angle of 166.36º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #384E49 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 78 73 -
CMYK 0.28 0 0.06 0.69
HSL 166.36º 0.16% 0.26% -
HSV(B) 166.36º 0.28% 0.31% -
XYZ 5.56 6.77 7.32 -
YUV 70.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 56 78 73 0.28 0 0.06 0.69 166.36 0.16 0.26
Hex 38 4E 49 1C 0 6 45 A6 10 1A
Octal 70 116 111 34 0 6 105 246 20 32
Binary 111000 1001110 1001001 11100 0 110 1000101 10100110 10000 11010

Color Harmonies of #384E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E49

Black with #384E49

Text Example


Text Example

White with #384E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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