Html Css Color HEX #38472D Mallard

📋 copy color: '#38472D'

red 56 ◦ green 71 ◦ blue 45

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

Shades of Mallard #38472D

Tints of Mallard #38472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.28%

 BLUE value IS 45 (17.97% from 255) = 26.16%

R = 32.56%
G = 41.28%
B = 26.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#38472D (or 0x38472D) is known color: Mallard. HEX triplet: 38, 47 and 2D. RGB value is (56,71,45). Sum of RGB (Red+Green+Blue) = 56+71+45=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #38472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38472D is #C7B8D2. Grayscale: #3F3F3F. Windows color (decimal): -13088979 or 2967352. OLE color: 2967352.

HSL color Cylindrical-coordinate representation of color #38472D: hue angle of 94.62º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38472D is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 45 -
CMYK 0.21 0 0.37 0.72
HSL 94.62º 0.22% 0.23% -
HSV(B) 94.62º 0.37% 0.28% -
XYZ 4.36 5.54 3.32 -
YUV 63.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 56 71 45 0.21 0 0.37 0.72 94.62 0.22 0.23
Hex 38 47 2D 15 0 25 48 5F 16 17
Octal 70 107 55 25 0 45 110 137 26 27
Binary 111000 1000111 101101 10101 0 100101 1001000 1011111 10110 10111

Color Harmonies of #38472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38472D

Black with #38472D

Text Example


Text Example

White with #38472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38472D; }

 p { color: rgb(56,71,45); }

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

background-color css

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

 a { background-color: rgb(56,71,45); }

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

border-color css

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

 span { border-color: rgb(56,71,45); }

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