Html Css Color HEX #384230 Mallard

📋 copy color: '#384230'

red 56 ◦ green 66 ◦ blue 48

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

Shades of Mallard #384230

Tints of Mallard #384230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 32.94%
G = 38.82%
B = 28.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#384230 (or 0x384230) is known color: Mallard. HEX triplet: 38, 42 and 30. RGB value is (56,66,48). Sum of RGB (Red+Green+Blue) = 56+66+48=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #384230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384230 is #C7BDCF. Grayscale: #3D3D3D. Windows color (decimal): -13090256 or 3162680. OLE color: 3162680.

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

Color convert

RGB 56 66 48 -
CMYK 0.15 0 0.27 0.74
HSL 93.33º 0.16% 0.22% -
HSV(B) 93.33º 0.27% 0.26% -
XYZ 4.11 4.95 3.54 -
YUV 60.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 56 66 48 0.15 0 0.27 0.74 93.33 0.16 0.22
Hex 38 42 30 F 0 1B 4A 5D 10 16
Octal 70 102 60 17 0 33 112 135 20 26
Binary 111000 1000010 110000 1111 0 11011 1001010 1011101 10000 10110

Color Harmonies of #384230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384230

Black with #384230

Text Example


Text Example

White with #384230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384230; }

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

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

background-color css

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

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

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

border-color css

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

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

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