Html Css Color HEX #38462F Mallard

📋 copy color: '#38462F'

red 56 ◦ green 70 ◦ blue 47

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

Shades of Mallard #38462F

Tints of Mallard #38462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.46%

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

R = 32.37%
G = 40.46%
B = 27.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#38462F (or 0x38462F) is known color: Mallard. HEX triplet: 38, 46 and 2F. RGB value is (56,70,47). Sum of RGB (Red+Green+Blue) = 56+70+47=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 70 - color contains mainly: green. Hex color #38462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38462F is #C7B9D0. Grayscale: #3F3F3F. Windows color (decimal): -13089233 or 3098168. OLE color: 3098168.

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

Color convert

RGB 56 70 47 -
CMYK 0.20 0 0.33 0.73
HSL 96.52º 0.2% 0.23% -
HSV(B) 96.52º 0.33% 0.27% -
XYZ 4.33 5.43 3.51 -
YUV 63.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 56 70 47 0.20 0 0.33 0.73 96.52 0.2 0.23
Hex 38 46 2F 14 0 21 49 61 14 17
Octal 70 106 57 24 0 41 111 141 24 27
Binary 111000 1000110 101111 10100 0 100001 1001001 1100001 10100 10111

Color Harmonies of #38462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38462F

Black with #38462F

Text Example


Text Example

White with #38462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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