Html Css Color HEX #38472F Mallard

📋 copy color: '#38472F'

red 56 ◦ green 71 ◦ blue 47

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

Shades of Mallard #38472F

Tints of Mallard #38472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.01%

R = 32.18%
G = 40.8%
B = 27.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#38472F (or 0x38472F) is known color: Mallard. HEX triplet: 38, 47 and 2F. RGB value is (56,71,47). Sum of RGB (Red+Green+Blue) = 56+71+47=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #38472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38472F is #C7B8D0. Grayscale: #3F3F3F. Windows color (decimal): -13088977 or 3098424. OLE color: 3098424.

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

Color convert

RGB 56 71 47 -
CMYK 0.21 0 0.34 0.72
HSL 97.5º 0.2% 0.23% -
HSV(B) 97.5º 0.34% 0.28% -
XYZ 4.4 5.55 3.53 -
YUV 63.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 56 71 47 0.21 0 0.34 0.72 97.5 0.2 0.23
Hex 38 47 2F 15 0 22 48 62 14 17
Octal 70 107 57 25 0 42 110 142 24 27
Binary 111000 1000111 101111 10101 0 100010 1001000 1100010 10100 10111

Color Harmonies of #38472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38472F

Black with #38472F

Text Example


Text Example

White with #38472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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