Html Css Color HEX #384330 Mallard

📋 copy color: '#384330'

red 56 ◦ green 67 ◦ blue 48

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

Shades of Mallard #384330

Tints of Mallard #384330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.18%

 BLUE value IS 48 (19.14% from 255) = 28.07%

R = 32.75%
G = 39.18%
B = 28.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#384330 (or 0x384330) is known color: Mallard. HEX triplet: 38, 43 and 30. RGB value is (56,67,48). Sum of RGB (Red+Green+Blue) = 56+67+48=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #384330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384330 is #C7BCCF. Grayscale: #3D3D3D. Windows color (decimal): -13090000 or 3162936. OLE color: 3162936.

HSL color Cylindrical-coordinate representation of color #384330: hue angle of 94.74º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #384330 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 48 -
CMYK 0.16 0 0.28 0.74
HSL 94.74º 0.17% 0.23% -
HSV(B) 94.74º 0.28% 0.26% -
XYZ 4.17 5.07 3.55 -
YUV 61.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 56 67 48 0.16 0 0.28 0.74 94.74 0.17 0.23
Hex 38 43 30 10 0 1C 4A 5F 11 17
Octal 70 103 60 20 0 34 112 137 21 27
Binary 111000 1000011 110000 10000 0 11100 1001010 1011111 10001 10111

Color Harmonies of #384330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384330

Black with #384330

Text Example


Text Example

White with #384330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384330; }

 p { color: rgb(56,67,48); }

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

background-color css

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

 a { background-color: rgb(56,67,48); }

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

border-color css

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

 span { border-color: rgb(56,67,48); }

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