Html Css Color HEX #38551F Mallard

📋 copy color: '#38551F'

red 56 ◦ green 85 ◦ blue 31

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

Shades of Mallard #38551F

Tints of Mallard #38551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.42%

 BLUE value IS 31 (12.5% from 255) = 18.02%

R = 32.56%
G = 49.42%
B = 18.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#38551F (or 0x38551F) is known color: Mallard. HEX triplet: 38, 55 and 1F. RGB value is (56,85,31). Sum of RGB (Red+Green+Blue) = 56+85+31=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #38551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38551F is #C7AAE0. Grayscale: #464646. Windows color (decimal): -13085409 or 2053432. OLE color: 2053432.

HSL color Cylindrical-coordinate representation of color #38551F: hue angle of 92.22º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38551F is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 31 -
CMYK 0.34 0 0.64 0.67
HSL 92.22º 0.47% 0.23% -
HSV(B) 92.22º 0.64% 0.33% -
XYZ 5.13 7.44 2.46 -
YUV 70.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 56 85 31 0.34 0 0.64 0.67 92.22 0.47 0.23
Hex 38 55 1F 22 0 40 43 5C 2F 17
Octal 70 125 37 42 0 100 103 134 57 27
Binary 111000 1010101 11111 100010 0 1000000 1000011 1011100 101111 10111

Color Harmonies of #38551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38551F

Black with #38551F

Text Example


Text Example

White with #38551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,85,31); }

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

background-color css

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

 a { background-color: rgb(56,85,31); }

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

border-color css

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

 span { border-color: rgb(56,85,31); }

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