Html Css Color HEX #38561F Mallard

📋 copy color: '#38561F'

red 56 ◦ green 86 ◦ blue 31

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

Shades of Mallard #38561F

Tints of Mallard #38561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.71%

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

R = 32.37%
G = 49.71%
B = 17.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#38561F (or 0x38561F) is known color: Mallard. HEX triplet: 38, 56 and 1F. RGB value is (56,86,31). Sum of RGB (Red+Green+Blue) = 56+86+31=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #38561F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38561F is #C7A9E0. Grayscale: #464646. Windows color (decimal): -13085153 or 2053688. OLE color: 2053688.

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

Color convert

RGB 56 86 31 -
CMYK 0.35 0 0.64 0.66
HSL 92.73º 0.47% 0.23% -
HSV(B) 92.73º 0.64% 0.34% -
XYZ 5.21 7.6 2.49 -
YUV 70.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 56 86 31 0.35 0 0.64 0.66 92.73 0.47 0.23
Hex 38 56 1F 23 0 40 42 5D 2F 17
Octal 70 126 37 43 0 100 102 135 57 27
Binary 111000 1010110 11111 100011 0 1000000 1000010 1011101 101111 10111

Color Harmonies of #38561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38561F

Black with #38561F

Text Example


Text Example

White with #38561F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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