Html Css Color HEX #38482E Mallard

📋 copy color: '#38482E'

red 56 ◦ green 72 ◦ blue 46

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

Shades of Mallard #38482E

Tints of Mallard #38482E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 32.18%
G = 41.38%
B = 26.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#38482E (or 0x38482E) is known color: Mallard. HEX triplet: 38, 48 and 2E. RGB value is (56,72,46). Sum of RGB (Red+Green+Blue) = 56+72+46=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #38482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38482E is #C7B7D1. Grayscale: #404040. Windows color (decimal): -13088722 or 3033144. OLE color: 3033144.

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

Color convert

RGB 56 72 46 -
CMYK 0.22 0 0.36 0.72
HSL 96.92º 0.22% 0.23% -
HSV(B) 96.92º 0.36% 0.28% -
XYZ 4.44 5.67 3.45 -
YUV 64.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 56 72 46 0.22 0 0.36 0.72 96.92 0.22 0.23
Hex 38 48 2E 16 0 24 48 61 16 17
Octal 70 110 56 26 0 44 110 141 26 27
Binary 111000 1001000 101110 10110 0 100100 1001000 1100001 10110 10111

Color Harmonies of #38482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38482E

Black with #38482E

Text Example


Text Example

White with #38482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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