Html Css Color HEX #386511 Dell

📋 copy color: '#386511'

red 56 ◦ green 101 ◦ blue 17

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

Shades of Dell #386511

Tints of Dell #386511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 58.05%

 BLUE value IS 17 (7.03% from 255) = 9.77%

R = 32.18%
G = 58.05%
B = 9.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#386511 (or 0x386511) is known color: Dell. HEX triplet: 38, 65 and 11. RGB value is (56,101,17). Sum of RGB (Red+Green+Blue) = 56+101+17=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 101 (39.84% from 255 or 58.05% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 101 - color contains mainly: green. Hex color #386511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386511 is #C79AEE. Grayscale: #4E4E4E. Windows color (decimal): -13081327 or 1140024. OLE color: 1140024.

HSL color Cylindrical-coordinate representation of color #386511: hue angle of 92.14º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #386511 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 17 -
CMYK 0.45 0 0.83 0.60
HSL 92.14º 0.71% 0.23% -
HSV(B) 92.14º 0.83% 0.4% -
XYZ 6.39 10.19 2.16 -
YUV 77.97 93.59 112.33 -
System Red Green Blue C M Y K H S L
Decimal 56 101 17 0.45 0 0.83 0.60 92.14 0.71 0.23
Hex 38 65 11 2D 0 53 3C 5C 47 17
Octal 70 145 21 55 0 123 74 134 107 27
Binary 111000 1100101 10001 101101 0 1010011 111100 1011100 1000111 10111

Color Harmonies of #386511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386511

Black with #386511

Text Example


Text Example

White with #386511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386511; }

 p { color: rgb(56,101,17); }

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

background-color css

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

 a { background-color: rgb(56,101,17); }

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

border-color css

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

 span { border-color: rgb(56,101,17); }

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