Html Css Color HEX #38482B Mallard

📋 copy color: '#38482B'

red 56 ◦ green 72 ◦ blue 43

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

Shades of Mallard #38482B

Tints of Mallard #38482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.11%

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

R = 32.75%
G = 42.11%
B = 25.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#38482B (or 0x38482B) is known color: Mallard. HEX triplet: 38, 48 and 2B. RGB value is (56,72,43). Sum of RGB (Red+Green+Blue) = 56+72+43=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #38482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38482B is #C7B7D4. Grayscale: #404040. Windows color (decimal): -13088725 or 2836536. OLE color: 2836536.

HSL color Cylindrical-coordinate representation of color #38482B: hue angle of 93.1º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38482B is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 43 -
CMYK 0.22 0 0.40 0.72
HSL 93.1º 0.25% 0.23% -
HSV(B) 93.1º 0.4% 0.28% -
XYZ 4.38 5.65 3.14 -
YUV 63.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 56 72 43 0.22 0 0.40 0.72 93.1 0.25 0.23
Hex 38 48 2B 16 0 28 48 5D 19 17
Octal 70 110 53 26 0 50 110 135 31 27
Binary 111000 1001000 101011 10110 0 101000 1001000 1011101 11001 10111

Color Harmonies of #38482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38482B

Black with #38482B

Text Example


Text Example

White with #38482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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