Html Css Color HEX #38452E Mallard

📋 copy color: '#38452E'

red 56 ◦ green 69 ◦ blue 46

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

Shades of Mallard #38452E

Tints of Mallard #38452E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

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

R = 32.75%
G = 40.35%
B = 26.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#38452E (or 0x38452E) is known color: Mallard. HEX triplet: 38, 45 and 2E. RGB value is (56,69,46). Sum of RGB (Red+Green+Blue) = 56+69+46=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #38452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38452E is #C7BAD1. Grayscale: #3E3E3E. Windows color (decimal): -13089490 or 3032376. OLE color: 3032376.

HSL color Cylindrical-coordinate representation of color #38452E: hue angle of 93.91º 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 #38452E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 46 -
CMYK 0.19 0 0.33 0.73
HSL 93.91º 0.2% 0.23% -
HSV(B) 93.91º 0.33% 0.27% -
XYZ 4.25 5.29 3.38 -
YUV 62.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 56 69 46 0.19 0 0.33 0.73 93.91 0.2 0.23
Hex 38 45 2E 13 0 21 49 5E 14 17
Octal 70 105 56 23 0 41 111 136 24 27
Binary 111000 1000101 101110 10011 0 100001 1001001 1011110 10100 10111

Color Harmonies of #38452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38452E

Black with #38452E

Text Example


Text Example

White with #38452E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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