Html Css Color HEX #38492B Mallard

📋 copy color: '#38492B'

red 56 ◦ green 73 ◦ blue 43

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

Shades of Mallard #38492B

Tints of Mallard #38492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.44%

 BLUE value IS 43 (17.19% from 255) = 25%

R = 32.56%
G = 42.44%
B = 25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#38492B (or 0x38492B) is known color: Mallard. HEX triplet: 38, 49 and 2B. RGB value is (56,73,43). Sum of RGB (Red+Green+Blue) = 56+73+43=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #38492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38492B is #C7B6D4. Grayscale: #404040. Windows color (decimal): -13088469 or 2836792. OLE color: 2836792.

HSL color Cylindrical-coordinate representation of color #38492B: hue angle of 94º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #38492B is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 43 -
CMYK 0.23 0 0.41 0.71
HSL 94º 0.26% 0.23% -
HSV(B) 94º 0.41% 0.29% -
XYZ 4.45 5.78 3.17 -
YUV 64.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 56 73 43 0.23 0 0.41 0.71 94 0.26 0.23
Hex 38 49 2B 17 0 29 47 5E 1A 17
Octal 70 111 53 27 0 51 107 136 32 27
Binary 111000 1001001 101011 10111 0 101001 1000111 1011110 11010 10111

Color Harmonies of #38492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38492B

Black with #38492B

Text Example


Text Example

White with #38492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38492B; }

 p { color: rgb(56,73,43); }

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

background-color css

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

 a { background-color: rgb(56,73,43); }

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

border-color css

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

 span { border-color: rgb(56,73,43); }

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