Html Css Color HEX #38442F Mallard

📋 copy color: '#38442F'

red 56 ◦ green 68 ◦ blue 47

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

Shades of Mallard #38442F

Tints of Mallard #38442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.77%

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

R = 32.75%
G = 39.77%
B = 27.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#38442F (or 0x38442F) is known color: Mallard. HEX triplet: 38, 44 and 2F. RGB value is (56,68,47). Sum of RGB (Red+Green+Blue) = 56+68+47=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 68 - color contains mainly: green. Hex color #38442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38442F is #C7BBD0. Grayscale: #3E3E3E. Windows color (decimal): -13089745 or 3097656. OLE color: 3097656.

HSL color Cylindrical-coordinate representation of color #38442F: hue angle of 94.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #38442F is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 47 -
CMYK 0.18 0 0.31 0.73
HSL 94.29º 0.18% 0.23% -
HSV(B) 94.29º 0.31% 0.27% -
XYZ 4.21 5.18 3.47 -
YUV 62.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 56 68 47 0.18 0 0.31 0.73 94.29 0.18 0.23
Hex 38 44 2F 12 0 1F 49 5E 12 17
Octal 70 104 57 22 0 37 111 136 22 27
Binary 111000 1000100 101111 10010 0 11111 1001001 1011110 10010 10111

Color Harmonies of #38442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38442F

Black with #38442F

Text Example


Text Example

White with #38442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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