Html Css Color HEX #386112 Dell

📋 copy color: '#386112'

red 56 ◦ green 97 ◦ blue 18

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

Shades of Dell #386112

Tints of Dell #386112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.73%

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 32.75%
G = 56.73%
B = 10.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#386112 (or 0x386112) is known color: Dell. HEX triplet: 38, 61 and 12. RGB value is (56,97,18). Sum of RGB (Red+Green+Blue) = 56+97+18=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #386112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386112 is #C79EED. Grayscale: #4C4C4C. Windows color (decimal): -13082350 or 1204536. OLE color: 1204536.

HSL color Cylindrical-coordinate representation of color #386112: hue angle of 91.14º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #386112 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 18 -
CMYK 0.42 0 0.81 0.62
HSL 91.14º 0.69% 0.23% -
HSV(B) 91.14º 0.81% 0.38% -
XYZ 6.01 9.43 2.08 -
YUV 75.74 95.42 113.92 -
System Red Green Blue C M Y K H S L
Decimal 56 97 18 0.42 0 0.81 0.62 91.14 0.69 0.23
Hex 38 61 12 2A 0 51 3E 5B 45 17
Octal 70 141 22 52 0 121 76 133 105 27
Binary 111000 1100001 10010 101010 0 1010001 111110 1011011 1000101 10111

Color Harmonies of #386112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386112

Black with #386112

Text Example


Text Example

White with #386112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386112; }

 p { color: rgb(56,97,18); }

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

background-color css

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

 a { background-color: rgb(56,97,18); }

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

border-color css

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

 span { border-color: rgb(56,97,18); }

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